Class: Aws::Types::GetEnvironmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEnvironmentResponse
- 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.
327 328 329 |
# File 'sig/types.rbs', line 327 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
328 329 330 |
# File 'sig/types.rbs', line 328 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
329 330 331 |
# File 'sig/types.rbs', line 329 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
330 331 332 |
# File 'sig/types.rbs', line 330 def environment_id @environment_id end |
#error ⇒ Types::ErrorResponse
Returns the value of attribute error.
331 332 333 |
# File 'sig/types.rbs', line 331 def error @error end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
332 333 334 |
# File 'sig/types.rbs', line 332 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
333 334 335 |
# File 'sig/types.rbs', line 333 def name @name end |
#network_fabric_type ⇒ "TRANSIT_GATEWAY", "NONE"
Returns the value of attribute network_fabric_type.
334 335 336 |
# File 'sig/types.rbs', line 334 def network_fabric_type @network_fabric_type end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
335 336 337 |
# File 'sig/types.rbs', line 335 def owner_account_id @owner_account_id end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
336 337 338 |
# File 'sig/types.rbs', line 336 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
337 338 339 |
# File 'sig/types.rbs', line 337 def end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
338 339 340 |
# File 'sig/types.rbs', line 338 def transit_gateway_id @transit_gateway_id end |