Class: Aws::Types::PackageDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_listed_user_list::Array[::String]

Returns the value of attribute allow_listed_user_list.

Returns:

  • (::Array[::String])


1977
1978
1979
# File 'sig/types.rbs', line 1977

def allow_listed_user_list
  @allow_listed_user_list
end

#available_package_configurationTypes::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.

Returns:

  • (::String)


1972
1973
1974
# File 'sig/types.rbs', line 1972

def available_package_version
  @available_package_version
end

#available_plugin_propertiesTypes::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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


1974
1975
1976
# File 'sig/types.rbs', line 1974

def engine_version
  @engine_version
end

#error_detailsTypes::ErrorDetails

Returns the value of attribute error_details.

Returns:



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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


1968
1969
1970
# File 'sig/types.rbs', line 1968

def package_description
  @package_description
end

#package_encryption_optionsTypes::PackageEncryptionOptions

Returns the value of attribute package_encryption_options.



1980
1981
1982
# File 'sig/types.rbs', line 1980

def package_encryption_options
  @package_encryption_options
end

#package_id::String

Returns the value of attribute package_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("COPYING", "COPY_FAILED", "VALIDATING", "VALIDATION_FAILED", "AVAILABLE", "DELETING", "DELETED", "DELETE_FAILED")


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.

Returns:

  • ("TXT-DICTIONARY", "ZIP-PLUGIN", "PACKAGE-LICENSE", "PACKAGE-CONFIG")


1967
1968
1969
# File 'sig/types.rbs', line 1967

def package_type
  @package_type
end

#package_vending_optionsTypes::PackageVendingOptions

Returns the value of attribute package_vending_options.



1979
1980
1981
# File 'sig/types.rbs', line 1979

def package_vending_options
  @package_vending_options
end