Class: Aws::Types::PackageSummary
- Inherits:
-
Object
- Object
- Aws::Types::PackageSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#default_version_name ⇒ ::String
Returns the value of attribute default_version_name.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
4060 4061 4062 |
# File 'sig/types.rbs', line 4060 def creation_date @creation_date end |
#default_version_name ⇒ ::String
Returns the value of attribute default_version_name.
4059 4060 4061 |
# File 'sig/types.rbs', line 4059 def default_version_name @default_version_name end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
4061 4062 4063 |
# File 'sig/types.rbs', line 4061 def last_modified_date @last_modified_date end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
4058 4059 4060 |
# File 'sig/types.rbs', line 4058 def package_name @package_name end |