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.
4886 4887 4888 |
# File 'sig/types.rbs', line 4886 def dry_run @dry_run end |
#exclusion_id ⇒ ::String
Returns the value of attribute exclusion_id.
4887 4888 4889 |
# File 'sig/types.rbs', line 4887 def exclusion_id @exclusion_id end |