Class: Aws::Types::PackageDetails
- Inherits:
-
Object
- Object
- Aws::Types::PackageDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#available_package_version ⇒ ::String
Returns the value of attribute available_package_version.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#package_description ⇒ ::String
Returns the value of attribute package_description.
-
#package_id ⇒ ::String
Returns the value of attribute package_id.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#package_status ⇒ "COPYING", ...
Returns the value of attribute package_status.
-
#package_type ⇒ "TXT-DICTIONARY"
Returns the value of attribute package_type.
Instance Attribute Details
#available_package_version ⇒ ::String
Returns the value of attribute available_package_version.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def available_package_version @available_package_version end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def created_at @created_at end |
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def error_details @error_details end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def last_updated_at @last_updated_at end |
#package_description ⇒ ::String
Returns the value of attribute package_description.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def package_description @package_description end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def package_id @package_id end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def package_name @package_name end |
#package_status ⇒ "COPYING", ...
Returns the value of attribute package_status.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def package_status @package_status end |
#package_type ⇒ "TXT-DICTIONARY"
Returns the value of attribute package_type.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def package_type @package_type end |