Class: Aws::Connect::Types::DescribeInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeInstanceResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance ⇒ Types::Instance
The name of the instance.
-
#replication_configuration ⇒ Types::ReplicationConfiguration
Status information about the replication process.
Instance Attribute Details
#instance ⇒ Types::Instance
The name of the instance.
9747 9748 9749 9750 9751 9752 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9747 class DescribeInstanceResponse < Struct.new( :instance, :replication_configuration) SENSITIVE = [] include Aws::Structure end |
#replication_configuration ⇒ Types::ReplicationConfiguration
Status information about the replication process. This field is included only when you are using the ReplicateInstance API to replicate an Amazon Connect instance across Amazon Web Services Regions. For information about replicating Amazon Connect instances, see Create a replica of your existing Amazon Connect instance in the Amazon Connect Administrator Guide.
9747 9748 9749 9750 9751 9752 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9747 class DescribeInstanceResponse < Struct.new( :instance, :replication_configuration) SENSITIVE = [] include Aws::Structure end |