Class: Aws::Types::DescribeVpcBlockPublicAccessExclusionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcBlockPublicAccessExclusionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#exclusion_ids ⇒ ::Array[::String]
Returns the value of attribute exclusion_ids.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7962 7963 7964 |
# File 'sig/types.rbs', line 7962 def dry_run @dry_run end |
#exclusion_ids ⇒ ::Array[::String]
Returns the value of attribute exclusion_ids.
7964 7965 7966 |
# File 'sig/types.rbs', line 7964 def exclusion_ids @exclusion_ids end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7963 7964 7965 |
# File 'sig/types.rbs', line 7963 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7966 7967 7968 |
# File 'sig/types.rbs', line 7966 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7965 7966 7967 |
# File 'sig/types.rbs', line 7965 def next_token @next_token end |