Class: Aws::Types::CreateDefaultSubnetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


2361
2362
2363
# File 'sig/types.rbs', line 2361

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


2364
2365
2366
# File 'sig/types.rbs', line 2364

def availability_zone_id
  @availability_zone_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2362
2363
2364
# File 'sig/types.rbs', line 2362

def dry_run
  @dry_run
end

#ipv_6_nativeBoolean

Returns the value of attribute ipv_6_native.

Returns:

  • (Boolean)


2363
2364
2365
# File 'sig/types.rbs', line 2363

def ipv_6_native
  @ipv_6_native
end