Class: Aws::Types::CreateNatGatewayRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_id::String

Returns the value of attribute allocation_id.

Returns:

  • (::String)


2962
2963
2964
# File 'sig/types.rbs', line 2962

def allocation_id
  @allocation_id
end

#availability_mode"zonal", "regional"

Returns the value of attribute availability_mode.

Returns:

  • ("zonal", "regional")


2961
2962
2963
# File 'sig/types.rbs', line 2961

def availability_mode
  @availability_mode
end

#availability_zone_addresses::Array[Types::AvailabilityZoneAddress]

Returns the value of attribute availability_zone_addresses.

Returns:



2967
2968
2969
# File 'sig/types.rbs', line 2967

def availability_zone_addresses
  @availability_zone_addresses
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2963
2964
2965
# File 'sig/types.rbs', line 2963

def client_token
  @client_token
end

#connectivity_type"private", "public"

Returns the value of attribute connectivity_type.

Returns:

  • ("private", "public")


2969
2970
2971
# File 'sig/types.rbs', line 2969

def connectivity_type
  @connectivity_type
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2964
2965
2966
# File 'sig/types.rbs', line 2964

def dry_run
  @dry_run
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


2970
2971
2972
# File 'sig/types.rbs', line 2970

def private_ip_address
  @private_ip_address
end

#secondary_allocation_ids::Array[::String]

Returns the value of attribute secondary_allocation_ids.

Returns:

  • (::Array[::String])


2971
2972
2973
# File 'sig/types.rbs', line 2971

def secondary_allocation_ids
  @secondary_allocation_ids
end

#secondary_private_ip_address_count::Integer

Returns the value of attribute secondary_private_ip_address_count.

Returns:

  • (::Integer)


2973
2974
2975
# File 'sig/types.rbs', line 2973

def secondary_private_ip_address_count
  @secondary_private_ip_address_count
end

#secondary_private_ip_addresses::Array[::String]

Returns the value of attribute secondary_private_ip_addresses.

Returns:

  • (::Array[::String])


2972
2973
2974
# File 'sig/types.rbs', line 2972

def secondary_private_ip_addresses
  @secondary_private_ip_addresses
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


2965
2966
2967
# File 'sig/types.rbs', line 2965

def subnet_id
  @subnet_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2968
2969
2970
# File 'sig/types.rbs', line 2968

def tag_specifications
  @tag_specifications
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


2966
2967
2968
# File 'sig/types.rbs', line 2966

def vpc_id
  @vpc_id
end