Class: Aws::Types::Instance
- Inherits:
-
Object
- Object
- Aws::Types::Instance
- 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.
-
#status_reason ⇒ Types::InstanceStatusReason
Returns the value of attribute status_reason.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4549 4550 4551 |
# File 'sig/types.rbs', line 4549 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
4552 4553 4554 |
# File 'sig/types.rbs', line 4552 def created_time @created_time end |
#id ⇒ ::String
Returns the value of attribute id.
4548 4549 4550 |
# File 'sig/types.rbs', line 4548 def id @id end |
#identity_management_type ⇒ "SAML", ...
Returns the value of attribute identity_management_type.
4550 4551 4552 |
# File 'sig/types.rbs', line 4550 def identity_management_type @identity_management_type end |
#inbound_calls_enabled ⇒ Boolean
Returns the value of attribute inbound_calls_enabled.
4556 4557 4558 |
# File 'sig/types.rbs', line 4556 def inbound_calls_enabled @inbound_calls_enabled end |
#instance_access_url ⇒ ::String
Returns the value of attribute instance_access_url.
4558 4559 4560 |
# File 'sig/types.rbs', line 4558 def instance_access_url @instance_access_url end |
#instance_alias ⇒ ::String
Returns the value of attribute instance_alias.
4551 4552 4553 |
# File 'sig/types.rbs', line 4551 def instance_alias @instance_alias end |
#instance_status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute instance_status.
4554 4555 4556 |
# File 'sig/types.rbs', line 4554 def instance_status @instance_status end |
#outbound_calls_enabled ⇒ Boolean
Returns the value of attribute outbound_calls_enabled.
4557 4558 4559 |
# File 'sig/types.rbs', line 4557 def outbound_calls_enabled @outbound_calls_enabled end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
4553 4554 4555 |
# File 'sig/types.rbs', line 4553 def service_role @service_role end |
#status_reason ⇒ Types::InstanceStatusReason
Returns the value of attribute status_reason.
4555 4556 4557 |
# File 'sig/types.rbs', line 4555 def status_reason @status_reason end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4559 4560 4561 |
# File 'sig/types.rbs', line 4559 def @tags end |