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", ...
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.
19645 19646 19647 |
# File 'sig/types.rbs', line 19645 def block_public_access_states @block_public_access_states end |
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
19648 19649 19650 |
# File 'sig/types.rbs', line 19648 def cidr_block @cidr_block end |
#cidr_block_association_set ⇒ ::Array[Types::VpcCidrBlockAssociation]
Returns the value of attribute cidr_block_association_set.
19641 19642 19643 |
# File 'sig/types.rbs', line 19641 def cidr_block_association_set @cidr_block_association_set end |
#dhcp_options_id ⇒ ::String
Returns the value of attribute dhcp_options_id.
19649 19650 19651 |
# File 'sig/types.rbs', line 19649 def @dhcp_options_id end |
#encryption_control ⇒ Types::VpcEncryptionControl
Returns the value of attribute encryption_control.
19643 19644 19645 |
# File 'sig/types.rbs', line 19643 def encryption_control @encryption_control end |
#instance_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
19639 19640 19641 |
# File 'sig/types.rbs', line 19639 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.
19640 19641 19642 |
# File 'sig/types.rbs', line 19640 def ipv_6_cidr_block_association_set @ipv_6_cidr_block_association_set end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
19642 19643 19644 |
# File 'sig/types.rbs', line 19642 def is_default @is_default end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
19638 19639 19640 |
# File 'sig/types.rbs', line 19638 def owner_id @owner_id end |
#state ⇒ "pending", ...
Returns the value of attribute state.
19647 19648 19649 |
# File 'sig/types.rbs', line 19647 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19644 19645 19646 |
# File 'sig/types.rbs', line 19644 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
19646 19647 19648 |
# File 'sig/types.rbs', line 19646 def vpc_id @vpc_id end |