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.
3872 3873 3874 |
# File 'sig/types.rbs', line 3872 def dry_run @dry_run end |
#internet_gateway_exclusion_mode ⇒ "allow-bidirectional", "allow-egress"
Returns the value of attribute internet_gateway_exclusion_mode.
3875 3876 3877 |
# File 'sig/types.rbs', line 3875 def internet_gateway_exclusion_mode @internet_gateway_exclusion_mode end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
3873 3874 3875 |
# File 'sig/types.rbs', line 3873 def subnet_id @subnet_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3876 3877 3878 |
# File 'sig/types.rbs', line 3876 def tag_specifications @tag_specifications end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
3874 3875 3876 |
# File 'sig/types.rbs', line 3874 def vpc_id @vpc_id end |