Class: Aws::Types::DeleteVpcBlockPublicAccessExclusionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVpcBlockPublicAccessExclusionRequest
- 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.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5097 5098 5099 |
# File 'sig/types.rbs', line 5097 def dry_run @dry_run end |
#exclusion_id ⇒ ::String
Returns the value of attribute exclusion_id.
5098 5099 5100 |
# File 'sig/types.rbs', line 5098 def exclusion_id @exclusion_id end |