Class: Aws::Types::KxEnvironment
- Inherits:
-
Object
- Object
- Aws::Types::KxEnvironment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#custom_dns_configuration ⇒ ::Array[Types::CustomDNSServer]
Returns the value of attribute custom_dns_configuration.
-
#dedicated_service_account_id ⇒ ::String
Returns the value of attribute dedicated_service_account_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dns_status ⇒ "NONE", ...
Returns the value of attribute dns_status.
-
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATE_REQUESTED", ...
Returns the value of attribute status.
-
#tgw_status ⇒ "NONE", ...
Returns the value of attribute tgw_status.
-
#transit_gateway_configuration ⇒ Types::TransitGatewayConfiguration
Returns the value of attribute transit_gateway_configuration.
-
#update_timestamp ⇒ ::Time
Returns the value of attribute update_timestamp.
Instance Attribute Details
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
764 765 766 |
# File 'sig/types.rbs', line 764 def availability_zone_ids @availability_zone_ids end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
751 752 753 |
# File 'sig/types.rbs', line 751 def aws_account_id @aws_account_id end |
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
765 766 767 |
# File 'sig/types.rbs', line 765 def @certificate_authority_arn end |
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
762 763 764 |
# File 'sig/types.rbs', line 762 def @creation_timestamp end |
#custom_dns_configuration ⇒ ::Array[Types::CustomDNSServer]
Returns the value of attribute custom_dns_configuration.
761 762 763 |
# File 'sig/types.rbs', line 761 def custom_dns_configuration @custom_dns_configuration end |
#dedicated_service_account_id ⇒ ::String
Returns the value of attribute dedicated_service_account_id.
759 760 761 |
# File 'sig/types.rbs', line 759 def dedicated_service_account_id @dedicated_service_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
756 757 758 |
# File 'sig/types.rbs', line 756 def description @description end |
#dns_status ⇒ "NONE", ...
Returns the value of attribute dns_status.
754 755 756 |
# File 'sig/types.rbs', line 754 def dns_status @dns_status end |
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
757 758 759 |
# File 'sig/types.rbs', line 757 def environment_arn @environment_arn end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
750 751 752 |
# File 'sig/types.rbs', line 750 def environment_id @environment_id end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
755 756 757 |
# File 'sig/types.rbs', line 755 def @error_message end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
758 759 760 |
# File 'sig/types.rbs', line 758 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
749 750 751 |
# File 'sig/types.rbs', line 749 def name @name end |
#status ⇒ "CREATE_REQUESTED", ...
Returns the value of attribute status.
752 753 754 |
# File 'sig/types.rbs', line 752 def status @status end |
#tgw_status ⇒ "NONE", ...
Returns the value of attribute tgw_status.
753 754 755 |
# File 'sig/types.rbs', line 753 def tgw_status @tgw_status end |
#transit_gateway_configuration ⇒ Types::TransitGatewayConfiguration
Returns the value of attribute transit_gateway_configuration.
760 761 762 |
# File 'sig/types.rbs', line 760 def transit_gateway_configuration @transit_gateway_configuration end |
#update_timestamp ⇒ ::Time
Returns the value of attribute update_timestamp.
763 764 765 |
# File 'sig/types.rbs', line 763 def @update_timestamp end |