AWSConnectListInstanceStorageConfigsResponse

Objective-C

@interface AWSConnectListInstanceStorageConfigsResponse

Swift

class AWSConnectListInstanceStorageConfigsResponse
  • If there are additional results, this is the token for the next set of results.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }
  • A valid storage type.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSConnectInstanceStorageConfig *> *_Nullable storageConfigs;

    Swift

    var storageConfigs: [AWSConnectInstanceStorageConfig]? { get set }