Class: Aws::Types::UpdateKxEnvironmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKxEnvironmentResponse
- 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.
-
#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.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def availability_zone_ids @availability_zone_ids end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def aws_account_id @aws_account_id end |
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def @creation_timestamp end |
#custom_dns_configuration ⇒ ::Array[Types::CustomDNSServer]
Returns the value of attribute custom_dns_configuration.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def custom_dns_configuration @custom_dns_configuration end |
#dedicated_service_account_id ⇒ ::String
Returns the value of attribute dedicated_service_account_id.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def dedicated_service_account_id @dedicated_service_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def description @description end |
#dns_status ⇒ "NONE", ...
Returns the value of attribute dns_status.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def dns_status @dns_status end |
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def environment_arn @environment_arn end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def environment_id @environment_id end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def @error_message end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def name @name end |
#status ⇒ "CREATE_REQUESTED", ...
Returns the value of attribute status.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def status @status end |
#tgw_status ⇒ "NONE", ...
Returns the value of attribute tgw_status.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def tgw_status @tgw_status end |
#transit_gateway_configuration ⇒ Types::TransitGatewayConfiguration
Returns the value of attribute transit_gateway_configuration.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def transit_gateway_configuration @transit_gateway_configuration end |
#update_timestamp ⇒ ::Time
Returns the value of attribute update_timestamp.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def @update_timestamp end |