Class: Aws::Types::AwsEc2SubnetDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assign_ipv_6_address_on_creationBoolean

Returns the value of attribute assign_ipv_6_address_on_creation.

Returns:

  • (Boolean)


1859
1860
1861
# File 'sig/types.rbs', line 1859

def assign_ipv_6_address_on_creation
  @assign_ipv_6_address_on_creation
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


1860
1861
1862
# File 'sig/types.rbs', line 1860

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


1861
1862
1863
# File 'sig/types.rbs', line 1861

def availability_zone_id
  @availability_zone_id
end

#available_ip_address_count::Integer

Returns the value of attribute available_ip_address_count.

Returns:

  • (::Integer)


1862
1863
1864
# File 'sig/types.rbs', line 1862

def available_ip_address_count
  @available_ip_address_count
end

#cidr_block::String

Returns the value of attribute cidr_block.

Returns:

  • (::String)


1863
1864
1865
# File 'sig/types.rbs', line 1863

def cidr_block
  @cidr_block
end

#default_for_azBoolean

Returns the value of attribute default_for_az.

Returns:

  • (Boolean)


1864
1865
1866
# File 'sig/types.rbs', line 1864

def default_for_az
  @default_for_az
end

#ipv_6_cidr_block_association_set::Array[Types::Ipv6CidrBlockAssociation]

Returns the value of attribute ipv_6_cidr_block_association_set.

Returns:



1871
1872
1873
# File 'sig/types.rbs', line 1871

def ipv_6_cidr_block_association_set
  @ipv_6_cidr_block_association_set
end

#map_public_ip_on_launchBoolean

Returns the value of attribute map_public_ip_on_launch.

Returns:

  • (Boolean)


1865
1866
1867
# File 'sig/types.rbs', line 1865

def map_public_ip_on_launch
  @map_public_ip_on_launch
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


1866
1867
1868
# File 'sig/types.rbs', line 1866

def owner_id
  @owner_id
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


1867
1868
1869
# File 'sig/types.rbs', line 1867

def state
  @state
end

#subnet_arn::String

Returns the value of attribute subnet_arn.

Returns:

  • (::String)


1868
1869
1870
# File 'sig/types.rbs', line 1868

def subnet_arn
  @subnet_arn
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


1869
1870
1871
# File 'sig/types.rbs', line 1869

def subnet_id
  @subnet_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1870
1871
1872
# File 'sig/types.rbs', line 1870

def vpc_id
  @vpc_id
end