Class: Aws::Types::CreateInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInstanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_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_alias ⇒ ::String
Returns the value of attribute instance_alias.
-
#outbound_calls_enabled ⇒ Boolean
Returns the value of attribute outbound_calls_enabled.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def client_token @client_token end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def directory_id @directory_id end |
#identity_management_type ⇒ "SAML", ...
Returns the value of attribute identity_management_type.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def identity_management_type @identity_management_type end |
#inbound_calls_enabled ⇒ Boolean
Returns the value of attribute inbound_calls_enabled.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def inbound_calls_enabled @inbound_calls_enabled end |
#instance_alias ⇒ ::String
Returns the value of attribute instance_alias.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def instance_alias @instance_alias end |
#outbound_calls_enabled ⇒ Boolean
Returns the value of attribute outbound_calls_enabled.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def outbound_calls_enabled @outbound_calls_enabled end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def @tags end |