Class: Aws::Types::CreateEnvironmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateEnvironmentResponse
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_fabric_type ⇒ "TRANSIT_GATEWAY", "NONE"
Returns the value of attribute network_fabric_type.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
107 108 109 |
# File 'sig/types.rbs', line 107 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
108 109 110 |
# File 'sig/types.rbs', line 108 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
109 110 111 |
# File 'sig/types.rbs', line 109 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
110 111 112 |
# File 'sig/types.rbs', line 110 def environment_id @environment_id end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
111 112 113 |
# File 'sig/types.rbs', line 111 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
112 113 114 |
# File 'sig/types.rbs', line 112 def name @name end |
#network_fabric_type ⇒ "TRANSIT_GATEWAY", "NONE"
Returns the value of attribute network_fabric_type.
113 114 115 |
# File 'sig/types.rbs', line 113 def network_fabric_type @network_fabric_type end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
114 115 116 |
# File 'sig/types.rbs', line 114 def owner_account_id @owner_account_id end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
115 116 117 |
# File 'sig/types.rbs', line 115 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
116 117 118 |
# File 'sig/types.rbs', line 116 def end |