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)


2249
2250
2251
# File 'sig/types.rbs', line 2249

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


2252
2253
2254
# File 'sig/types.rbs', line 2252

def availability_zone_id
  @availability_zone_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2250
2251
2252
# File 'sig/types.rbs', line 2250

def dry_run
  @dry_run
end

#ipv_6_nativeBoolean

Returns the value of attribute ipv_6_native.

Returns:

  • (Boolean)


2251
2252
2253
# File 'sig/types.rbs', line 2251

def ipv_6_native
  @ipv_6_native
end