Class: Aws::Types::DescribeFleetAdvisorSchemasRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFleetAdvisorSchemasRequest
- 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.
938 939 940 |
# File 'sig/types.rbs', line 938 def filters @filters end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
939 940 941 |
# File 'sig/types.rbs', line 939 def max_records @max_records end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
940 941 942 |
# File 'sig/types.rbs', line 940 def next_token @next_token end |