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)


2800
2801
2802
# File 'sig/types.rbs', line 2800

def allocation_id
  @allocation_id
end

#availability_mode"zonal", "regional"

Returns the value of attribute availability_mode.

Returns:

  • ("zonal", "regional")


2799
2800
2801
# File 'sig/types.rbs', line 2799

def availability_mode
  @availability_mode
end

#availability_zone_addresses::Array[Types::AvailabilityZoneAddress]

Returns the value of attribute availability_zone_addresses.

Returns:



2805
2806
2807
# File 'sig/types.rbs', line 2805

def availability_zone_addresses
  @availability_zone_addresses
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2801
2802
2803
# File 'sig/types.rbs', line 2801

def client_token
  @client_token
end

#connectivity_type"private", "public"

Returns the value of attribute connectivity_type.

Returns:

  • ("private", "public")


2807
2808
2809
# File 'sig/types.rbs', line 2807

def connectivity_type
  @connectivity_type
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2802
2803
2804
# File 'sig/types.rbs', line 2802

def dry_run
  @dry_run
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


2808
2809
2810
# File 'sig/types.rbs', line 2808

def private_ip_address
  @private_ip_address
end

#secondary_allocation_ids::Array[::String]

Returns the value of attribute secondary_allocation_ids.

Returns:

  • (::Array[::String])


2809
2810
2811
# File 'sig/types.rbs', line 2809

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)


2811
2812
2813
# File 'sig/types.rbs', line 2811

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


2810
2811
2812
# File 'sig/types.rbs', line 2810

def secondary_private_ip_addresses
  @secondary_private_ip_addresses
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


2803
2804
2805
# File 'sig/types.rbs', line 2803

def subnet_id
  @subnet_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2806
2807
2808
# File 'sig/types.rbs', line 2806

def tag_specifications
  @tag_specifications
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


2804
2805
2806
# File 'sig/types.rbs', line 2804

def vpc_id
  @vpc_id
end