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)


2912
2913
2914
# File 'sig/types.rbs', line 2912

def allocation_id
  @allocation_id
end

#availability_mode"zonal", "regional"

Returns the value of attribute availability_mode.

Returns:

  • ("zonal", "regional")


2911
2912
2913
# File 'sig/types.rbs', line 2911

def availability_mode
  @availability_mode
end

#availability_zone_addresses::Array[Types::AvailabilityZoneAddress]

Returns the value of attribute availability_zone_addresses.

Returns:



2917
2918
2919
# File 'sig/types.rbs', line 2917

def availability_zone_addresses
  @availability_zone_addresses
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2913
2914
2915
# File 'sig/types.rbs', line 2913

def client_token
  @client_token
end

#connectivity_type"private", "public"

Returns the value of attribute connectivity_type.

Returns:

  • ("private", "public")


2919
2920
2921
# File 'sig/types.rbs', line 2919

def connectivity_type
  @connectivity_type
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2914
2915
2916
# File 'sig/types.rbs', line 2914

def dry_run
  @dry_run
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


2920
2921
2922
# File 'sig/types.rbs', line 2920

def private_ip_address
  @private_ip_address
end

#secondary_allocation_ids::Array[::String]

Returns the value of attribute secondary_allocation_ids.

Returns:

  • (::Array[::String])


2921
2922
2923
# File 'sig/types.rbs', line 2921

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)


2923
2924
2925
# File 'sig/types.rbs', line 2923

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])


2922
2923
2924
# File 'sig/types.rbs', line 2922

def secondary_private_ip_addresses
  @secondary_private_ip_addresses
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


2915
2916
2917
# File 'sig/types.rbs', line 2915

def subnet_id
  @subnet_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2918
2919
2920
# File 'sig/types.rbs', line 2918

def tag_specifications
  @tag_specifications
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


2916
2917
2918
# File 'sig/types.rbs', line 2916

def vpc_id
  @vpc_id
end