Class: Aws::Types::GetAttributeValuesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAttributeValuesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
50 51 52 |
# File 'sig/types.rbs', line 50 def attribute_name @attribute_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
52 53 54 |
# File 'sig/types.rbs', line 52 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
51 52 53 |
# File 'sig/types.rbs', line 51 def next_token @next_token end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
49 50 51 |
# File 'sig/types.rbs', line 49 def service_code @service_code end |