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.
19285 19286 19287 |
# File 'sig/types.rbs', line 19285 def block_public_access_states @block_public_access_states end |
#cidr_block ⇒ ::String
Returns the value of attribute cidr_block.
19288 19289 19290 |
# File 'sig/types.rbs', line 19288 def cidr_block @cidr_block end |
#cidr_block_association_set ⇒ ::Array[Types::VpcCidrBlockAssociation]
Returns the value of attribute cidr_block_association_set.
19281 19282 19283 |
# File 'sig/types.rbs', line 19281 def cidr_block_association_set @cidr_block_association_set end |
#dhcp_options_id ⇒ ::String
Returns the value of attribute dhcp_options_id.
19289 19290 19291 |
# File 'sig/types.rbs', line 19289 def @dhcp_options_id end |
#encryption_control ⇒ Types::VpcEncryptionControl
Returns the value of attribute encryption_control.
19283 19284 19285 |
# File 'sig/types.rbs', line 19283 def encryption_control @encryption_control end |
#instance_tenancy ⇒ "default", ...
Returns the value of attribute instance_tenancy.
19279 19280 19281 |
# File 'sig/types.rbs', line 19279 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.
19280 19281 19282 |
# File 'sig/types.rbs', line 19280 def ipv_6_cidr_block_association_set @ipv_6_cidr_block_association_set end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
19282 19283 19284 |
# File 'sig/types.rbs', line 19282 def is_default @is_default end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
19278 19279 19280 |
# File 'sig/types.rbs', line 19278 def owner_id @owner_id end |
#state ⇒ "pending", "available"
Returns the value of attribute state.
19287 19288 19289 |
# File 'sig/types.rbs', line 19287 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19284 19285 19286 |
# File 'sig/types.rbs', line 19284 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
19286 19287 19288 |
# File 'sig/types.rbs', line 19286 def vpc_id @vpc_id end |