Class: Aws::Types::GetKxEnvironmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetKxEnvironmentResponse
- 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.
550 551 552 |
# File 'sig/types.rbs', line 550 def availability_zone_ids @availability_zone_ids end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
537 538 539 |
# File 'sig/types.rbs', line 537 def aws_account_id @aws_account_id end |
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
551 552 553 |
# File 'sig/types.rbs', line 551 def end |
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
548 549 550 |
# File 'sig/types.rbs', line 548 def end |
#custom_dns_configuration ⇒ ::Array[Types::CustomDNSServer]
Returns the value of attribute custom_dns_configuration.
547 548 549 |
# File 'sig/types.rbs', line 547 def custom_dns_configuration @custom_dns_configuration end |
#dedicated_service_account_id ⇒ ::String
Returns the value of attribute dedicated_service_account_id.
545 546 547 |
# File 'sig/types.rbs', line 545 def dedicated_service_account_id @dedicated_service_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
542 543 544 |
# File 'sig/types.rbs', line 542 def description @description end |
#dns_status ⇒ "NONE", ...
Returns the value of attribute dns_status.
540 541 542 |
# File 'sig/types.rbs', line 540 def dns_status @dns_status end |
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
543 544 545 |
# File 'sig/types.rbs', line 543 def environment_arn @environment_arn end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
536 537 538 |
# File 'sig/types.rbs', line 536 def environment_id @environment_id end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
541 542 543 |
# File 'sig/types.rbs', line 541 def end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
544 545 546 |
# File 'sig/types.rbs', line 544 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
535 536 537 |
# File 'sig/types.rbs', line 535 def name @name end |
#status ⇒ "CREATE_REQUESTED", ...
Returns the value of attribute status.
538 539 540 |
# File 'sig/types.rbs', line 538 def status @status end |
#tgw_status ⇒ "NONE", ...
Returns the value of attribute tgw_status.
539 540 541 |
# File 'sig/types.rbs', line 539 def tgw_status @tgw_status end |
#transit_gateway_configuration ⇒ Types::TransitGatewayConfiguration
Returns the value of attribute transit_gateway_configuration.
546 547 548 |
# File 'sig/types.rbs', line 546 def transit_gateway_configuration @transit_gateway_configuration end |
#update_timestamp ⇒ ::Time
Returns the value of attribute update_timestamp.
549 550 551 |
# File 'sig/types.rbs', line 549 def end |