Class: Aws::Connect::Types::CreateInstanceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


6112
6113
6114
6115
6116
6117
# File 'lib/aws-sdk-connect/types.rb', line 6112

class CreateInstanceResponse < Struct.new(
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier for the instance.

Returns:

  • (String)


6112
6113
6114
6115
6116
6117
# File 'lib/aws-sdk-connect/types.rb', line 6112

class CreateInstanceResponse < Struct.new(
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end