Class: Aws::Types::UpdateKxEnvironmentNetworkResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKxEnvironmentNetworkResponse
- 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.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def availability_zone_ids @availability_zone_ids end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def aws_account_id @aws_account_id end |
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def end |
#custom_dns_configuration ⇒ ::Array[Types::CustomDNSServer]
Returns the value of attribute custom_dns_configuration.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def custom_dns_configuration @custom_dns_configuration end |
#dedicated_service_account_id ⇒ ::String
Returns the value of attribute dedicated_service_account_id.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def dedicated_service_account_id @dedicated_service_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def description @description end |
#dns_status ⇒ "NONE", ...
Returns the value of attribute dns_status.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def dns_status @dns_status end |
#environment_arn ⇒ ::String
Returns the value of attribute environment_arn.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def environment_arn @environment_arn end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def environment_id @environment_id end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def name @name end |
#status ⇒ "CREATE_REQUESTED", ...
Returns the value of attribute status.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def status @status end |
#tgw_status ⇒ "NONE", ...
Returns the value of attribute tgw_status.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def tgw_status @tgw_status end |
#transit_gateway_configuration ⇒ Types::TransitGatewayConfiguration
Returns the value of attribute transit_gateway_configuration.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def transit_gateway_configuration @transit_gateway_configuration end |
#update_timestamp ⇒ ::Time
Returns the value of attribute update_timestamp.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def end |