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.
5022 5023 5024 |
# File 'sig/types.rbs', line 5022 def dry_run @dry_run end |
#exclusion_id ⇒ ::String
Returns the value of attribute exclusion_id.
5023 5024 5025 |
# File 'sig/types.rbs', line 5023 def exclusion_id @exclusion_id end |