Class: Aws::Types::CreateEnvironmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_fabric_type ⇒ "TRANSIT_GATEWAY", "NONE"
Returns the value of attribute network_fabric_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
98 99 100 |
# File 'sig/types.rbs', line 98 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
99 100 101 |
# File 'sig/types.rbs', line 99 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
100 101 102 |
# File 'sig/types.rbs', line 100 def name @name end |
#network_fabric_type ⇒ "TRANSIT_GATEWAY", "NONE"
Returns the value of attribute network_fabric_type.
101 102 103 |
# File 'sig/types.rbs', line 101 def network_fabric_type @network_fabric_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
102 103 104 |
# File 'sig/types.rbs', line 102 def @tags end |