Class: Aws::Types::DescribeFleetAdvisorCollectorsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFleetAdvisorCollectorsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
887 888 889 |
# File 'sig/types.rbs', line 887 def filters @filters end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
888 889 890 |
# File 'sig/types.rbs', line 888 def max_records @max_records end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
889 890 891 |
# File 'sig/types.rbs', line 889 def next_token @next_token end |