Class: Aws::Types::GetAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_names ⇒ ::Array[::String]
Returns the value of attribute attribute_names.
-
#consistent_read ⇒ Boolean
Returns the value of attribute consistent_read.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#item_name ⇒ ::String
Returns the value of attribute item_name.
Instance Attribute Details
#attribute_names ⇒ ::Array[::String]
Returns the value of attribute attribute_names.
84 85 86 |
# File 'sig/types.rbs', line 84 def attribute_names @attribute_names end |
#consistent_read ⇒ Boolean
Returns the value of attribute consistent_read.
85 86 87 |
# File 'sig/types.rbs', line 85 def consistent_read @consistent_read end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
82 83 84 |
# File 'sig/types.rbs', line 82 def domain_name @domain_name end |
#item_name ⇒ ::String
Returns the value of attribute item_name.
83 84 85 |
# File 'sig/types.rbs', line 83 def item_name @item_name end |