Class: Aws::Types::DescribeSecurityGroupVpcAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSecurityGroupVpcAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#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.
7055 7056 7057 |
# File 'sig/types.rbs', line 7055 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7052 7053 7054 |
# File 'sig/types.rbs', line 7052 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7054 7055 7056 |
# File 'sig/types.rbs', line 7054 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7053 7054 7055 |
# File 'sig/types.rbs', line 7053 def next_token @next_token end |