Class: Aws::Types::ListInstalledComponentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListInstalledComponentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#core_device_thing_name ⇒ ::String
Returns the value of attribute core_device_thing_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#topology_filter ⇒ "ALL", "ROOT"
Returns the value of attribute topology_filter.
Instance Attribute Details
#core_device_thing_name ⇒ ::String
Returns the value of attribute core_device_thing_name.
605 606 607 |
# File 'sig/types.rbs', line 605 def core_device_thing_name @core_device_thing_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
606 607 608 |
# File 'sig/types.rbs', line 606 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
607 608 609 |
# File 'sig/types.rbs', line 607 def next_token @next_token end |
#topology_filter ⇒ "ALL", "ROOT"
Returns the value of attribute topology_filter.
608 609 610 |
# File 'sig/types.rbs', line 608 def topology_filter @topology_filter end |