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)


3314
3315
3316
# File 'sig/types.rbs', line 3314

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


3315
3316
3317
# File 'sig/types.rbs', line 3315

def availability_zone_id
  @availability_zone_id
end

#cidr_block::String

Returns the value of attribute cidr_block.

Returns:

  • (::String)


3316
3317
3318
# File 'sig/types.rbs', line 3316

def cidr_block
  @cidr_block
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3325
3326
3327
# File 'sig/types.rbs', line 3325

def dry_run
  @dry_run
end

#ipv_4_ipam_pool_id::String

Returns the value of attribute ipv_4_ipam_pool_id.

Returns:

  • (::String)


3321
3322
3323
# File 'sig/types.rbs', line 3321

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)


3322
3323
3324
# File 'sig/types.rbs', line 3322

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)


3317
3318
3319
# File 'sig/types.rbs', line 3317

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)


3323
3324
3325
# File 'sig/types.rbs', line 3323

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)


3320
3321
3322
# File 'sig/types.rbs', line 3320

def ipv_6_native
  @ipv_6_native
end

#ipv_6_netmask_length::Integer

Returns the value of attribute ipv_6_netmask_length.

Returns:

  • (::Integer)


3324
3325
3326
# File 'sig/types.rbs', line 3324

def ipv_6_netmask_length
  @ipv_6_netmask_length
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


3318
3319
3320
# File 'sig/types.rbs', line 3318

def outpost_arn
  @outpost_arn
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3313
3314
3315
# File 'sig/types.rbs', line 3313

def tag_specifications
  @tag_specifications
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


3319
3320
3321
# File 'sig/types.rbs', line 3319

def vpc_id
  @vpc_id
end