Class: Aws::Types::UpdateKxEnvironmentNetworkRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKxEnvironmentNetworkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#custom_dns_configuration ⇒ ::Array[Types::CustomDNSServer]
Returns the value of attribute custom_dns_configuration.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#transit_gateway_configuration ⇒ Types::TransitGatewayConfiguration
Returns the value of attribute transit_gateway_configuration.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def client_token @client_token end |
#custom_dns_configuration ⇒ ::Array[Types::CustomDNSServer]
Returns the value of attribute custom_dns_configuration.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def custom_dns_configuration @custom_dns_configuration end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def environment_id @environment_id end |
#transit_gateway_configuration ⇒ Types::TransitGatewayConfiguration
Returns the value of attribute transit_gateway_configuration.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def transit_gateway_configuration @transit_gateway_configuration end |