Class: Aws::Types::ListPropertiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPropertiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#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_name ⇒ ::String
Returns the value of attribute component_name.
802 803 804 |
# File 'sig/types.rbs', line 802 def component_name @component_name end |
#component_path ⇒ ::String
Returns the value of attribute component_path.
803 804 805 |
# File 'sig/types.rbs', line 803 def component_path @component_path end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
804 805 806 |
# File 'sig/types.rbs', line 804 def entity_id @entity_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
805 806 807 |
# File 'sig/types.rbs', line 805 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
806 807 808 |
# File 'sig/types.rbs', line 806 def next_token @next_token end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
801 802 803 |
# File 'sig/types.rbs', line 801 def workspace_id @workspace_id end |