Class: Aws::Types::GetEnvironmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEnvironmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual_capacity ⇒ ::Integer
Returns the value of attribute actual_capacity.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine_type ⇒ "microfocus", "bluage"
Returns the value of attribute engine_type.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#high_availability_config ⇒ Types::HighAvailabilityConfig
Returns the value of attribute high_availability_config.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#load_balancer_arn ⇒ ::String
Returns the value of attribute load_balancer_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_type ⇒ "ipv4", "dual"
Returns the value of attribute network_type.
-
#pending_maintenance ⇒ Types::PendingMaintenance
Returns the value of attribute pending_maintenance.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#storage_configurations ⇒ ::Array[Types::StorageConfiguration]
Returns the value of attribute storage_configurations.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#actual_capacity ⇒ ::Integer
Returns the value of attribute actual_capacity.
595 596 597 |
# File 'sig/types.rbs', line 595 def actual_capacity @actual_capacity end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
596 597 598 |
# File 'sig/types.rbs', line 596 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
597 598 599 |
# File 'sig/types.rbs', line 597 def description @description end |
#engine_type ⇒ "microfocus", "bluage"
Returns the value of attribute engine_type.
598 599 600 |
# File 'sig/types.rbs', line 598 def engine_type @engine_type end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
599 600 601 |
# File 'sig/types.rbs', line 599 def engine_version @engine_version end |
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
600 601 602 |
# File 'sig/types.rbs', line 600 def environment_arn @environment_arn end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
601 602 603 |
# File 'sig/types.rbs', line 601 def environment_id @environment_id end |
#high_availability_config ⇒ Types::HighAvailabilityConfig
Returns the value of attribute high_availability_config.
602 603 604 |
# File 'sig/types.rbs', line 602 def high_availability_config @high_availability_config end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
603 604 605 |
# File 'sig/types.rbs', line 603 def instance_type @instance_type end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
604 605 606 |
# File 'sig/types.rbs', line 604 def kms_key_id @kms_key_id end |
#load_balancer_arn ⇒ ::String
Returns the value of attribute load_balancer_arn.
605 606 607 |
# File 'sig/types.rbs', line 605 def load_balancer_arn @load_balancer_arn end |
#name ⇒ ::String
Returns the value of attribute name.
606 607 608 |
# File 'sig/types.rbs', line 606 def name @name end |
#network_type ⇒ "ipv4", "dual"
Returns the value of attribute network_type.
607 608 609 |
# File 'sig/types.rbs', line 607 def network_type @network_type end |
#pending_maintenance ⇒ Types::PendingMaintenance
Returns the value of attribute pending_maintenance.
608 609 610 |
# File 'sig/types.rbs', line 608 def pending_maintenance @pending_maintenance end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
609 610 611 |
# File 'sig/types.rbs', line 609 def preferred_maintenance_window @preferred_maintenance_window end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
610 611 612 |
# File 'sig/types.rbs', line 610 def publicly_accessible @publicly_accessible end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
611 612 613 |
# File 'sig/types.rbs', line 611 def security_group_ids @security_group_ids end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
612 613 614 |
# File 'sig/types.rbs', line 612 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
613 614 615 |
# File 'sig/types.rbs', line 613 def status_reason @status_reason end |
#storage_configurations ⇒ ::Array[Types::StorageConfiguration]
Returns the value of attribute storage_configurations.
614 615 616 |
# File 'sig/types.rbs', line 614 def storage_configurations @storage_configurations end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
615 616 617 |
# File 'sig/types.rbs', line 615 def subnet_ids @subnet_ids end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
616 617 618 |
# File 'sig/types.rbs', line 616 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
617 618 619 |
# File 'sig/types.rbs', line 617 def vpc_id @vpc_id end |