Class: Aws::Types::CreateSubnetRequest

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)


3364
3365
3366
# File 'sig/types.rbs', line 3364

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


3365
3366
3367
# File 'sig/types.rbs', line 3365

def availability_zone_id
  @availability_zone_id
end

#cidr_block::String

Returns the value of attribute cidr_block.

Returns:

  • (::String)


3366
3367
3368
# File 'sig/types.rbs', line 3366

def cidr_block
  @cidr_block
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3375
3376
3377
# File 'sig/types.rbs', line 3375

def dry_run
  @dry_run
end

#ipv_4_ipam_pool_id::String

Returns the value of attribute ipv_4_ipam_pool_id.

Returns:

  • (::String)


3371
3372
3373
# File 'sig/types.rbs', line 3371

def ipv_4_ipam_pool_id
  @ipv_4_ipam_pool_id
end

#ipv_4_netmask_length::Integer

Returns the value of attribute ipv_4_netmask_length.

Returns:

  • (::Integer)


3372
3373
3374
# File 'sig/types.rbs', line 3372

def ipv_4_netmask_length
  @ipv_4_netmask_length
end

#ipv_6_cidr_block::String

Returns the value of attribute ipv_6_cidr_block.

Returns:

  • (::String)


3367
3368
3369
# File 'sig/types.rbs', line 3367

def ipv_6_cidr_block
  @ipv_6_cidr_block
end

#ipv_6_ipam_pool_id::String

Returns the value of attribute ipv_6_ipam_pool_id.

Returns:

  • (::String)


3373
3374
3375
# File 'sig/types.rbs', line 3373

def ipv_6_ipam_pool_id
  @ipv_6_ipam_pool_id
end

#ipv_6_nativeBoolean

Returns the value of attribute ipv_6_native.

Returns:

  • (Boolean)


3370
3371
3372
# File 'sig/types.rbs', line 3370

def ipv_6_native
  @ipv_6_native
end

#ipv_6_netmask_length::Integer

Returns the value of attribute ipv_6_netmask_length.

Returns:

  • (::Integer)


3374
3375
3376
# File 'sig/types.rbs', line 3374

def ipv_6_netmask_length
  @ipv_6_netmask_length
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


3368
3369
3370
# File 'sig/types.rbs', line 3368

def outpost_arn
  @outpost_arn
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3363
3364
3365
# File 'sig/types.rbs', line 3363

def tag_specifications
  @tag_specifications
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


3369
3370
3371
# File 'sig/types.rbs', line 3369

def vpc_id
  @vpc_id
end