Class: Aws::Types::PackageDetails
- Inherits:
-
Object
- Object
- Aws::Types::PackageDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_listed_user_list ⇒ ::Array[::String]
Returns the value of attribute allow_listed_user_list.
-
#available_package_configuration ⇒ Types::PackageConfiguration
Returns the value of attribute available_package_configuration.
-
#available_package_version ⇒ ::String
Returns the value of attribute available_package_version.
-
#available_plugin_properties ⇒ Types::PluginProperties
Returns the value of attribute available_plugin_properties.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#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_encryption_options ⇒ Types::PackageEncryptionOptions
Returns the value of attribute package_encryption_options.
-
#package_id ⇒ ::String
Returns the value of attribute package_id.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#package_owner ⇒ ::String
Returns the value of attribute package_owner.
-
#package_status ⇒ "COPYING", ...
Returns the value of attribute package_status.
-
#package_type ⇒ "TXT-DICTIONARY", ...
Returns the value of attribute package_type.
-
#package_vending_options ⇒ Types::PackageVendingOptions
Returns the value of attribute package_vending_options.
Instance Attribute Details
#allow_listed_user_list ⇒ ::Array[::String]
Returns the value of attribute allow_listed_user_list.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def allow_listed_user_list @allow_listed_user_list end |
#available_package_configuration ⇒ Types::PackageConfiguration
Returns the value of attribute available_package_configuration.
1976 1977 1978 |
# File 'sig/types.rbs', line 1976 def available_package_configuration @available_package_configuration end |
#available_package_version ⇒ ::String
Returns the value of attribute available_package_version.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def available_package_version @available_package_version end |
#available_plugin_properties ⇒ Types::PluginProperties
Returns the value of attribute available_plugin_properties.
1975 1976 1977 |
# File 'sig/types.rbs', line 1975 def available_plugin_properties @available_plugin_properties end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def created_at @created_at end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1974 1975 1976 |
# File 'sig/types.rbs', line 1974 def engine_version @engine_version end |
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def error_details @error_details end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def last_updated_at @last_updated_at end |
#package_description ⇒ ::String
Returns the value of attribute package_description.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def package_description @package_description end |
#package_encryption_options ⇒ Types::PackageEncryptionOptions
Returns the value of attribute package_encryption_options.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def @package_encryption_options end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def package_id @package_id end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def package_name @package_name end |
#package_owner ⇒ ::String
Returns the value of attribute package_owner.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def package_owner @package_owner end |
#package_status ⇒ "COPYING", ...
Returns the value of attribute package_status.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def package_status @package_status end |
#package_type ⇒ "TXT-DICTIONARY", ...
Returns the value of attribute package_type.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def package_type @package_type end |
#package_vending_options ⇒ Types::PackageVendingOptions
Returns the value of attribute package_vending_options.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def @package_vending_options end |