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)


2377
2378
2379
# File 'sig/types.rbs', line 2377

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


2380
2381
2382
# File 'sig/types.rbs', line 2380

def availability_zone_id
  @availability_zone_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2378
2379
2380
# File 'sig/types.rbs', line 2378

def dry_run
  @dry_run
end

#ipv_6_nativeBoolean

Returns the value of attribute ipv_6_native.

Returns:

  • (Boolean)


2379
2380
2381
# File 'sig/types.rbs', line 2379

def ipv_6_native
  @ipv_6_native
end