Class: Aws::Types::PackageListItem
- Inherits:
-
Object
- Object
- Aws::Types::PackageListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#package_id ⇒ ::String
Returns the value of attribute package_id.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
702 703 704 |
# File 'sig/types.rbs', line 702 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
703 704 705 |
# File 'sig/types.rbs', line 703 def created_time @created_time end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
704 705 706 |
# File 'sig/types.rbs', line 704 def package_id @package_id end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
705 706 707 |
# File 'sig/types.rbs', line 705 def package_name @package_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
706 707 708 |
# File 'sig/types.rbs', line 706 def @tags end |