Class: Aws::Connect::Types::DescribeInstanceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instanceTypes::Instance

The name of the instance.

Returns:



7239
7240
7241
7242
7243
7244
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7239

class DescribeInstanceResponse < Struct.new(
  :instance,
  :replication_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#replication_configurationTypes::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.



7239
7240
7241
7242
7243
7244
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7239

class DescribeInstanceResponse < Struct.new(
  :instance,
  :replication_configuration)
  SENSITIVE = []
  include Aws::Structure
end