Class: Aws::Types::ModifyVpcBlockPublicAccessExclusionRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVpcBlockPublicAccessExclusionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#exclusion_id ⇒ ::String
Returns the value of attribute exclusion_id.
-
#internet_gateway_exclusion_mode ⇒ "allow-bidirectional", "allow-egress"
Returns the value of attribute internet_gateway_exclusion_mode.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14898 14899 14900 |
# File 'sig/types.rbs', line 14898 def dry_run @dry_run end |
#exclusion_id ⇒ ::String
Returns the value of attribute exclusion_id.
14899 14900 14901 |
# File 'sig/types.rbs', line 14899 def exclusion_id @exclusion_id end |
#internet_gateway_exclusion_mode ⇒ "allow-bidirectional", "allow-egress"
Returns the value of attribute internet_gateway_exclusion_mode.
14900 14901 14902 |
# File 'sig/types.rbs', line 14900 def internet_gateway_exclusion_mode @internet_gateway_exclusion_mode end |