Class: Aws::Types::ItemDetails
- Inherits:
-
Object
- Object
- Aws::Types::ItemDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_info ⇒ Types::AdditionalInfo
Returns the value of attribute additional_info.
-
#hash ⇒ ::String
Returns the value of attribute hash.
-
#item_path ⇒ ::String
Returns the value of attribute item_path.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#additional_info ⇒ Types::AdditionalInfo
Returns the value of attribute additional_info.
1685 1686 1687 |
# File 'sig/types.rbs', line 1685 def additional_info @additional_info end |
#hash ⇒ ::String
Returns the value of attribute hash.
1684 1685 1686 |
# File 'sig/types.rbs', line 1684 def hash @hash end |
#item_path ⇒ ::String
Returns the value of attribute item_path.
1683 1684 1685 |
# File 'sig/types.rbs', line 1683 def item_path @item_path end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def resource_arn @resource_arn end |