Class: Aws::Types::Vpc
- Inherits:
-
Object
- Object
- Aws::Types::Vpc
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_public_access_states ⇒ Types::BlockPublicAccessStates
Returns the value of attribute block_public_access_states.
-
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
-
#cidr_block_association_set ⇒ ::Array[Types::VpcCidrBlockAssociation]
Returns the value of attribute cidr_block_association_set.
-
#dhcp_options_id ⇒ ::String
Returns the value of attribute dhcp_options_id.
-
#encryption_control ⇒ Types::VpcEncryptionControl
Returns the value of attribute encryption_control.
-
#instance_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
-
#ipv_6_cidr_block_association_set ⇒ ::Array[Types::VpcIpv6CidrBlockAssociation]
Returns the value of attribute ipv_6_cidr_block_association_set.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#state ⇒ "pending", "available"
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#block_public_access_states ⇒ Types::BlockPublicAccessStates
Returns the value of attribute block_public_access_states.
19624 19625 19626 |
# File 'sig/types.rbs', line 19624 def block_public_access_states @block_public_access_states end |
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
19627 19628 19629 |
# File 'sig/types.rbs', line 19627 def cidr_block @cidr_block end |
#cidr_block_association_set ⇒ ::Array[Types::VpcCidrBlockAssociation]
Returns the value of attribute cidr_block_association_set.
19620 19621 19622 |
# File 'sig/types.rbs', line 19620 def cidr_block_association_set @cidr_block_association_set end |
#dhcp_options_id ⇒ ::String
Returns the value of attribute dhcp_options_id.
19628 19629 19630 |
# File 'sig/types.rbs', line 19628 def @dhcp_options_id end |
#encryption_control ⇒ Types::VpcEncryptionControl
Returns the value of attribute encryption_control.
19622 19623 19624 |
# File 'sig/types.rbs', line 19622 def encryption_control @encryption_control end |
#instance_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
19618 19619 19620 |
# File 'sig/types.rbs', line 19618 def instance_tenancy @instance_tenancy end |
#ipv_6_cidr_block_association_set ⇒ ::Array[Types::VpcIpv6CidrBlockAssociation]
Returns the value of attribute ipv_6_cidr_block_association_set.
19619 19620 19621 |
# File 'sig/types.rbs', line 19619 def ipv_6_cidr_block_association_set @ipv_6_cidr_block_association_set end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
19621 19622 19623 |
# File 'sig/types.rbs', line 19621 def is_default @is_default end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
19617 19618 19619 |
# File 'sig/types.rbs', line 19617 def owner_id @owner_id end |
#state ⇒ "pending", "available"
Returns the value of attribute state.
19626 19627 19628 |
# File 'sig/types.rbs', line 19626 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19623 19624 19625 |
# File 'sig/types.rbs', line 19623 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
19625 19626 19627 |
# File 'sig/types.rbs', line 19625 def vpc_id @vpc_id end |