Module: Aws::MigrationHubRefactorSpaces::Client::_GetEnvironmentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEnvironmentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_time ⇒ ::Time
- #description ⇒ ::String
- #environment_id ⇒ ::String
- #last_updated_time ⇒ ::Time
- #name ⇒ ::String
- #network_fabric_type ⇒ "TRANSIT_GATEWAY", "NONE"
- #owner_account_id ⇒ ::String
- #state ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #transit_gateway_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
309 |
# File 'sig/client.rbs', line 309
def arn: () -> ::String
|
#created_time ⇒ ::Time
310 |
# File 'sig/client.rbs', line 310
def created_time: () -> ::Time
|
#description ⇒ ::String
311 |
# File 'sig/client.rbs', line 311
def description: () -> ::String
|
#environment_id ⇒ ::String
312 |
# File 'sig/client.rbs', line 312
def environment_id: () -> ::String
|
#last_updated_time ⇒ ::Time
313 |
# File 'sig/client.rbs', line 313
def last_updated_time: () -> ::Time
|
#name ⇒ ::String
314 |
# File 'sig/client.rbs', line 314
def name: () -> ::String
|
#network_fabric_type ⇒ "TRANSIT_GATEWAY", "NONE"
315 |
# File 'sig/client.rbs', line 315
def network_fabric_type: () -> ("TRANSIT_GATEWAY" | "NONE")
|
#owner_account_id ⇒ ::String
316 |
# File 'sig/client.rbs', line 316
def owner_account_id: () -> ::String
|
#state ⇒ "CREATING", ...
317 |
# File 'sig/client.rbs', line 317
def state: () -> ("CREATING" | "ACTIVE" | "DELETING" | "FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
318 |
# File 'sig/client.rbs', line 318
def tags: () -> ::Hash[::String, ::String]
|
#transit_gateway_id ⇒ ::String
319 |
# File 'sig/client.rbs', line 319
def transit_gateway_id: () -> ::String
|