Class: Aws::Types::GetPropertyValueRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPropertyValueRequest
- 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.
-
#component_type_id ⇒ ::String
Returns the value of attribute component_type_id.
-
#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.
-
#property_group_name ⇒ ::String
Returns the value of attribute property_group_name.
-
#selected_properties ⇒ ::Array[::String]
Returns the value of attribute selected_properties.
-
#tabular_conditions ⇒ Types::TabularConditions
Returns the value of attribute tabular_conditions.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#component_name ⇒ ::String
Returns the value of attribute component_name.
557 558 559 |
# File 'sig/types.rbs', line 557 def component_name @component_name end |
#component_path ⇒ ::String
Returns the value of attribute component_path.
558 559 560 |
# File 'sig/types.rbs', line 558 def component_path @component_path end |
#component_type_id ⇒ ::String
Returns the value of attribute component_type_id.
559 560 561 |
# File 'sig/types.rbs', line 559 def component_type_id @component_type_id end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
560 561 562 |
# File 'sig/types.rbs', line 560 def entity_id @entity_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
563 564 565 |
# File 'sig/types.rbs', line 563 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
564 565 566 |
# File 'sig/types.rbs', line 564 def next_token @next_token end |
#property_group_name ⇒ ::String
Returns the value of attribute property_group_name.
565 566 567 |
# File 'sig/types.rbs', line 565 def property_group_name @property_group_name end |
#selected_properties ⇒ ::Array[::String]
Returns the value of attribute selected_properties.
561 562 563 |
# File 'sig/types.rbs', line 561 def selected_properties @selected_properties end |
#tabular_conditions ⇒ Types::TabularConditions
Returns the value of attribute tabular_conditions.
566 567 568 |
# File 'sig/types.rbs', line 566 def tabular_conditions @tabular_conditions end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
562 563 564 |
# File 'sig/types.rbs', line 562 def workspace_id @workspace_id end |