Class: Aws::Types::CreateVpcBlockPublicAccessExclusionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcBlockPublicAccessExclusionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#internet_gateway_exclusion_mode ⇒ "allow-bidirectional", "allow-egress"
Returns the value of attribute internet_gateway_exclusion_mode.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3710 3711 3712 |
# File 'sig/types.rbs', line 3710 def dry_run @dry_run end |
#internet_gateway_exclusion_mode ⇒ "allow-bidirectional", "allow-egress"
Returns the value of attribute internet_gateway_exclusion_mode.
3713 3714 3715 |
# File 'sig/types.rbs', line 3713 def internet_gateway_exclusion_mode @internet_gateway_exclusion_mode end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
3711 3712 3713 |
# File 'sig/types.rbs', line 3711 def subnet_id @subnet_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3714 3715 3716 |
# File 'sig/types.rbs', line 3714 def tag_specifications @tag_specifications end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
3712 3713 3714 |
# File 'sig/types.rbs', line 3712 def vpc_id @vpc_id end |