Class: Aws::Types::DescribeSecondarySubnetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSecondarySubnetsRequest
- 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.
-
#secondary_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute secondary_subnet_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7011 7012 7013 |
# File 'sig/types.rbs', line 7011 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7012 7013 7014 |
# File 'sig/types.rbs', line 7012 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7013 7014 7015 |
# File 'sig/types.rbs', line 7013 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7014 7015 7016 |
# File 'sig/types.rbs', line 7014 def next_token @next_token end |
#secondary_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute secondary_subnet_ids.
7015 7016 7017 |
# File 'sig/types.rbs', line 7015 def secondary_subnet_ids @secondary_subnet_ids end |