Class: Aws::Types::InstanceSummary
- Inherits:
-
Object
- Object
- Aws::Types::InstanceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#identity_management_type ⇒ "SAML", ...
Returns the value of attribute identity_management_type.
-
#inbound_calls_enabled ⇒ Boolean
Returns the value of attribute inbound_calls_enabled.
-
#instance_access_url ⇒ ::String
Returns the value of attribute instance_access_url.
-
#instance_alias ⇒ ::String
Returns the value of attribute instance_alias.
-
#instance_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute instance_status.
-
#outbound_calls_enabled ⇒ Boolean
Returns the value of attribute outbound_calls_enabled.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4725 4726 4727 |
# File 'sig/types.rbs', line 4725 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
4728 4729 4730 |
# File 'sig/types.rbs', line 4728 def created_time @created_time end |
#id ⇒ ::String
Returns the value of attribute id.
4724 4725 4726 |
# File 'sig/types.rbs', line 4724 def id @id end |
#identity_management_type ⇒ "SAML", ...
Returns the value of attribute identity_management_type.
4726 4727 4728 |
# File 'sig/types.rbs', line 4726 def identity_management_type @identity_management_type end |
#inbound_calls_enabled ⇒ Boolean
Returns the value of attribute inbound_calls_enabled.
4731 4732 4733 |
# File 'sig/types.rbs', line 4731 def inbound_calls_enabled @inbound_calls_enabled end |
#instance_access_url ⇒ ::String
Returns the value of attribute instance_access_url.
4733 4734 4735 |
# File 'sig/types.rbs', line 4733 def instance_access_url @instance_access_url end |
#instance_alias ⇒ ::String
Returns the value of attribute instance_alias.
4727 4728 4729 |
# File 'sig/types.rbs', line 4727 def instance_alias @instance_alias end |
#instance_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute instance_status.
4730 4731 4732 |
# File 'sig/types.rbs', line 4730 def instance_status @instance_status end |
#outbound_calls_enabled ⇒ Boolean
Returns the value of attribute outbound_calls_enabled.
4732 4733 4734 |
# File 'sig/types.rbs', line 4732 def outbound_calls_enabled @outbound_calls_enabled end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
4729 4730 4731 |
# File 'sig/types.rbs', line 4729 def service_role @service_role end |