Class: Aws::Types::GetPackageResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPackageResponse
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#package_arn ⇒ ::String
Returns the value of attribute package_arn.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
2446 2447 2448 |
# File 'sig/types.rbs', line 2446 def creation_date @creation_date end |
#default_version_name ⇒ ::String
Returns the value of attribute default_version_name.
2445 2446 2447 |
# File 'sig/types.rbs', line 2445 def default_version_name @default_version_name end |
#description ⇒ ::String
Returns the value of attribute description.
2444 2445 2446 |
# File 'sig/types.rbs', line 2444 def description @description end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
2447 2448 2449 |
# File 'sig/types.rbs', line 2447 def last_modified_date @last_modified_date end |
#package_arn ⇒ ::String
Returns the value of attribute package_arn.
2443 2444 2445 |
# File 'sig/types.rbs', line 2443 def package_arn @package_arn end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
2442 2443 2444 |
# File 'sig/types.rbs', line 2442 def package_name @package_name end |