Class: Aws::Types::ListComponentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListComponentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_path ⇒ ::String
Returns the value of attribute component_path.
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#component_path ⇒ ::String
Returns the value of attribute component_path.
728 729 730 |
# File 'sig/types.rbs', line 728 def component_path @component_path end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
727 728 729 |
# File 'sig/types.rbs', line 727 def entity_id @entity_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
729 730 731 |
# File 'sig/types.rbs', line 729 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
730 731 732 |
# File 'sig/types.rbs', line 730 def next_token @next_token end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
726 727 728 |
# File 'sig/types.rbs', line 726 def workspace_id @workspace_id end |