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

#available_package_version::String

Returns the value of attribute available_package_version.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def created_at
  @created_at
end

#error_detailsTypes::ErrorDetails

Returns the value of attribute error_details.

Returns:



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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • ("TXT-DICTIONARY")


1011
1012
1013
# File 'sig/types.rbs', line 1011

def package_type
  @package_type
end