Method: Aws::Connect::Types::AssociateInstanceStorageConfigRequest#instance_id
- Defined in:
- lib/aws-sdk-connect/types.rb
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
1130 1131 1132 1133 1134 1135 1136 1137 |
# File 'lib/aws-sdk-connect/types.rb', line 1130 class AssociateInstanceStorageConfigRequest < Struct.new( :instance_id, :resource_type, :storage_config, :client_token) SENSITIVE = [] include Aws::Structure end |