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.
3822 3823 3824 |
# File 'sig/types.rbs', line 3822 def dry_run @dry_run end |
#internet_gateway_exclusion_mode ⇒ "allow-bidirectional", "allow-egress"
Returns the value of attribute internet_gateway_exclusion_mode.
3825 3826 3827 |
# File 'sig/types.rbs', line 3825 def internet_gateway_exclusion_mode @internet_gateway_exclusion_mode end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
3823 3824 3825 |
# File 'sig/types.rbs', line 3823 def subnet_id @subnet_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3826 3827 3828 |
# File 'sig/types.rbs', line 3826 def tag_specifications @tag_specifications end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
3824 3825 3826 |
# File 'sig/types.rbs', line 3824 def vpc_id @vpc_id end |