Class: Aws::Types::DescribeInstancePropertiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstancePropertiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters_with_operator ⇒ ::Array[Types::InstancePropertyStringFilter]
Returns the value of attribute filters_with_operator.
-
#instance_property_filter_list ⇒ ::Array[Types::InstancePropertyFilter]
Returns the value of attribute instance_property_filter_list.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#filters_with_operator ⇒ ::Array[Types::InstancePropertyStringFilter]
Returns the value of attribute filters_with_operator.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def filters_with_operator @filters_with_operator end |
#instance_property_filter_list ⇒ ::Array[Types::InstancePropertyFilter]
Returns the value of attribute instance_property_filter_list.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def instance_property_filter_list @instance_property_filter_list end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def next_token @next_token end |