Class: Aws::Types::AwsEc2VpcDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2VpcDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_block_association_set ⇒ ::Array[Types::CidrBlockAssociation]
Returns the value of attribute cidr_block_association_set.
-
#dhcp_options_id ⇒ ::String
Returns the value of attribute dhcp_options_id.
-
#ipv_6_cidr_block_association_set ⇒ ::Array[Types::Ipv6CidrBlockAssociation]
Returns the value of attribute ipv_6_cidr_block_association_set.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#cidr_block_association_set ⇒ ::Array[Types::CidrBlockAssociation]
Returns the value of attribute cidr_block_association_set.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def cidr_block_association_set @cidr_block_association_set end |
#dhcp_options_id ⇒ ::String
Returns the value of attribute dhcp_options_id.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def @dhcp_options_id end |
#ipv_6_cidr_block_association_set ⇒ ::Array[Types::Ipv6CidrBlockAssociation]
Returns the value of attribute ipv_6_cidr_block_association_set.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def ipv_6_cidr_block_association_set @ipv_6_cidr_block_association_set end |
#state ⇒ ::String
Returns the value of attribute state.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def state @state end |