AWSConnectDescribeInstanceStorageConfigRequest
Objective-C
@interface AWSConnectDescribeInstanceStorageConfigRequest
Swift
class AWSConnectDescribeInstanceStorageConfigRequest
-
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable associationId;
Swift
var associationId: String? { get set }
-
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }
-
A valid resource type.
Declaration
Objective-C
@property (nonatomic) AWSConnectInstanceStorageResourceType resourceType;
Swift
var resourceType: AWSConnectInstanceStorageResourceType { get set }