Module: Aws::MainframeModernization::Client::_GetEnvironmentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEnvironmentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #actual_capacity ⇒ ::Integer
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #engine_type ⇒ "microfocus", "bluage"
- #engine_version ⇒ ::String
- #environment_arn ⇒ ::String
- #environment_id ⇒ ::String
- #high_availability_config ⇒ Types::HighAvailabilityConfig
- #instance_type ⇒ ::String
- #kms_key_id ⇒ ::String
- #load_balancer_arn ⇒ ::String
- #name ⇒ ::String
- #network_type ⇒ "ipv4", "dual"
- #pending_maintenance ⇒ Types::PendingMaintenance
- #preferred_maintenance_window ⇒ ::String
- #publicly_accessible ⇒ Boolean
- #security_group_ids ⇒ ::Array[::String]
- #status ⇒ "Creating", ...
- #status_reason ⇒ ::String
- #storage_configurations ⇒ ::Array[Types::StorageConfiguration]
- #subnet_ids ⇒ ::Array[::String]
- #tags ⇒ ::Hash[::String, ::String]
- #vpc_id ⇒ ::String
Instance Method Details
#actual_capacity ⇒ ::Integer
413 |
# File 'sig/client.rbs', line 413
def actual_capacity: () -> ::Integer
|
#creation_time ⇒ ::Time
414 |
# File 'sig/client.rbs', line 414
def creation_time: () -> ::Time
|
#description ⇒ ::String
415 |
# File 'sig/client.rbs', line 415
def description: () -> ::String
|
#engine_type ⇒ "microfocus", "bluage"
416 |
# File 'sig/client.rbs', line 416
def engine_type: () -> ("microfocus" | "bluage")
|
#engine_version ⇒ ::String
417 |
# File 'sig/client.rbs', line 417
def engine_version: () -> ::String
|
#environment_arn ⇒ ::String
418 |
# File 'sig/client.rbs', line 418
def environment_arn: () -> ::String
|
#environment_id ⇒ ::String
419 |
# File 'sig/client.rbs', line 419
def environment_id: () -> ::String
|
#high_availability_config ⇒ Types::HighAvailabilityConfig
420 |
# File 'sig/client.rbs', line 420
def high_availability_config: () -> Types::HighAvailabilityConfig
|
#instance_type ⇒ ::String
421 |
# File 'sig/client.rbs', line 421
def instance_type: () -> ::String
|
#kms_key_id ⇒ ::String
422 |
# File 'sig/client.rbs', line 422
def kms_key_id: () -> ::String
|
#load_balancer_arn ⇒ ::String
423 |
# File 'sig/client.rbs', line 423
def load_balancer_arn: () -> ::String
|
#name ⇒ ::String
424 |
# File 'sig/client.rbs', line 424
def name: () -> ::String
|
#network_type ⇒ "ipv4", "dual"
425 |
# File 'sig/client.rbs', line 425
def network_type: () -> ("ipv4" | "dual")
|
#pending_maintenance ⇒ Types::PendingMaintenance
426 |
# File 'sig/client.rbs', line 426
def pending_maintenance: () -> Types::PendingMaintenance
|
#preferred_maintenance_window ⇒ ::String
427 |
# File 'sig/client.rbs', line 427
def preferred_maintenance_window: () -> ::String
|
#publicly_accessible ⇒ Boolean
428 |
# File 'sig/client.rbs', line 428
def publicly_accessible: () -> bool
|
#security_group_ids ⇒ ::Array[::String]
429 |
# File 'sig/client.rbs', line 429
def security_group_ids: () -> ::Array[::String]
|
#status ⇒ "Creating", ...
430 |
# File 'sig/client.rbs', line 430
def status: () -> ("Creating" | "Available" | "Updating" | "Deleting" | "Failed" | "UnHealthy")
|
#status_reason ⇒ ::String
431 |
# File 'sig/client.rbs', line 431
def status_reason: () -> ::String
|
#storage_configurations ⇒ ::Array[Types::StorageConfiguration]
432 |
# File 'sig/client.rbs', line 432
def storage_configurations: () -> ::Array[Types::StorageConfiguration]
|
#subnet_ids ⇒ ::Array[::String]
433 |
# File 'sig/client.rbs', line 433
def subnet_ids: () -> ::Array[::String]
|
#tags ⇒ ::Hash[::String, ::String]
434 |
# File 'sig/client.rbs', line 434
def tags: () -> ::Hash[::String, ::String]
|
#vpc_id ⇒ ::String
435 |
# File 'sig/client.rbs', line 435
def vpc_id: () -> ::String
|