Class: Aws::Types::DescribeFleetAdvisorSchemaObjectSummaryRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFleetAdvisorSchemaObjectSummaryRequest
- 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.
925 926 927 |
# File 'sig/types.rbs', line 925 def filters @filters end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
926 927 928 |
# File 'sig/types.rbs', line 926 def max_records @max_records end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
927 928 929 |
# File 'sig/types.rbs', line 927 def next_token @next_token end |