Class: Aws::Types::EnvironmentSummary
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentSummary
- 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.
-
#error ⇒ Types::ErrorResponse
Returns the value of attribute error.
-
#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.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
261 262 263 |
# File 'sig/types.rbs', line 261 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
262 263 264 |
# File 'sig/types.rbs', line 262 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
263 264 265 |
# File 'sig/types.rbs', line 263 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
264 265 266 |
# File 'sig/types.rbs', line 264 def environment_id @environment_id end |
#error ⇒ Types::ErrorResponse
Returns the value of attribute error.
265 266 267 |
# File 'sig/types.rbs', line 265 def error @error end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
266 267 268 |
# File 'sig/types.rbs', line 266 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
267 268 269 |
# File 'sig/types.rbs', line 267 def name @name end |
#network_fabric_type ⇒ "TRANSIT_GATEWAY", "NONE"
Returns the value of attribute network_fabric_type.
268 269 270 |
# File 'sig/types.rbs', line 268 def network_fabric_type @network_fabric_type end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
269 270 271 |
# File 'sig/types.rbs', line 269 def owner_account_id @owner_account_id end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
270 271 272 |
# File 'sig/types.rbs', line 270 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
271 272 273 |
# File 'sig/types.rbs', line 271 def @tags end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
272 273 274 |
# File 'sig/types.rbs', line 272 def transit_gateway_id @transit_gateway_id end |