Class: Aws::Types::GetInventorySchemaRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetInventorySchemaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregator ⇒ Boolean
Returns the value of attribute aggregator.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sub_type ⇒ Boolean
Returns the value of attribute sub_type.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#aggregator ⇒ Boolean
Returns the value of attribute aggregator.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def aggregator @aggregator end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def next_token @next_token end |
#sub_type ⇒ Boolean
Returns the value of attribute sub_type.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def sub_type @sub_type end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def type_name @type_name end |