Class: Aws::Types::DescribeFleetAdvisorSchemasResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFleetAdvisorSchemasResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_advisor_schemas ⇒ ::Array[Types::SchemaResponse]
Returns the value of attribute fleet_advisor_schemas.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#fleet_advisor_schemas ⇒ ::Array[Types::SchemaResponse]
Returns the value of attribute fleet_advisor_schemas.
945 946 947 |
# File 'sig/types.rbs', line 945 def fleet_advisor_schemas @fleet_advisor_schemas end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
946 947 948 |
# File 'sig/types.rbs', line 946 def next_token @next_token end |