Class: Aws::Types::DescribeSecondaryNetworksRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSecondaryNetworksRequest
- 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_network_ids ⇒ ::Array[::String]
Returns the value of attribute secondary_network_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7269 7270 7271 |
# File 'sig/types.rbs', line 7269 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7270 7271 7272 |
# File 'sig/types.rbs', line 7270 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7271 7272 7273 |
# File 'sig/types.rbs', line 7271 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7272 7273 7274 |
# File 'sig/types.rbs', line 7272 def next_token @next_token end |
#secondary_network_ids ⇒ ::Array[::String]
Returns the value of attribute secondary_network_ids.
7273 7274 7275 |
# File 'sig/types.rbs', line 7273 def secondary_network_ids @secondary_network_ids end |