You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Connect::Types::InstanceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::InstanceSummary
- Defined in:
- (unknown)
Overview
Information about the instance.
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the instance.
-
#created_time ⇒ Time
When the instance was created.
-
#id ⇒ String
The identifier of the instance.
-
#identity_management_type ⇒ String
The identity management type of the instance.
-
#inbound_calls_enabled ⇒ Boolean
Whether inbound calls are enabled.
-
#instance_alias ⇒ String
The alias of the instance.
-
#instance_status ⇒ String
The state of the instance.
-
#outbound_calls_enabled ⇒ Boolean
Whether outbound calls are enabled.
-
#service_role ⇒ String
The service role of the instance.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the instance.
#created_time ⇒ Time
When the instance was created.
#id ⇒ String
The identifier of the instance.
#identity_management_type ⇒ String
The identity management type of the instance.
Possible values:
- SAML
- CONNECT_MANAGED
- EXISTING_DIRECTORY
#inbound_calls_enabled ⇒ Boolean
Whether inbound calls are enabled.
#instance_alias ⇒ String
The alias of the instance.
#instance_status ⇒ String
The state of the instance.
Possible values:
- CREATION_IN_PROGRESS
- ACTIVE
- CREATION_FAILED
#outbound_calls_enabled ⇒ Boolean
Whether outbound calls are enabled.
#service_role ⇒ String
The service role of the instance.