Class: Aws::Types::UpdateKxEnvironmentNetworkRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


1140
1141
1142
# File 'sig/types.rbs', line 1140

def environment_id
  @environment_id
end

#transit_gateway_configurationTypes::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