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.
18958 18959 18960 |
# File 'sig/types.rbs', line 18958 def block_public_access_states @block_public_access_states end |
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
18961 18962 18963 |
# File 'sig/types.rbs', line 18961 def cidr_block @cidr_block end |
#cidr_block_association_set ⇒ ::Array[Types::VpcCidrBlockAssociation]
Returns the value of attribute cidr_block_association_set.
18954 18955 18956 |
# File 'sig/types.rbs', line 18954 def cidr_block_association_set @cidr_block_association_set end |
#dhcp_options_id ⇒ ::String
Returns the value of attribute dhcp_options_id.
18962 18963 18964 |
# File 'sig/types.rbs', line 18962 def @dhcp_options_id end |
#encryption_control ⇒ Types::VpcEncryptionControl
Returns the value of attribute encryption_control.
18956 18957 18958 |
# File 'sig/types.rbs', line 18956 def encryption_control @encryption_control end |
#instance_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
18952 18953 18954 |
# File 'sig/types.rbs', line 18952 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.
18953 18954 18955 |
# File 'sig/types.rbs', line 18953 def ipv_6_cidr_block_association_set @ipv_6_cidr_block_association_set end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
18955 18956 18957 |
# File 'sig/types.rbs', line 18955 def is_default @is_default end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
18951 18952 18953 |
# File 'sig/types.rbs', line 18951 def owner_id @owner_id end |
#state ⇒ "pending", "available"
Returns the value of attribute state.
18960 18961 18962 |
# File 'sig/types.rbs', line 18960 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18957 18958 18959 |
# File 'sig/types.rbs', line 18957 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
18959 18960 18961 |
# File 'sig/types.rbs', line 18959 def vpc_id @vpc_id end |