Class: Aws::Connect::Types::CreateInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateInstanceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the instance.
-
#id ⇒ String
The identifier for the instance.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the instance.
3561 3562 3563 3564 3565 3566 |
# File 'lib/aws-sdk-connect/types.rb', line 3561 class CreateInstanceResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier for the instance.
3561 3562 3563 3564 3565 3566 |
# File 'lib/aws-sdk-connect/types.rb', line 3561 class CreateInstanceResponse < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |