Class: Aws::Types::PackageListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


702
703
704
# File 'sig/types.rbs', line 702

def arn
  @arn
end

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


703
704
705
# File 'sig/types.rbs', line 703

def created_time
  @created_time
end

#package_id ⇒ ::String

Returns the value of attribute package_id.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def package_id
  @package_id
end

#package_name ⇒ ::String

Returns the value of attribute package_name.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def package_name
  @package_name
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


706
707
708
# File 'sig/types.rbs', line 706

def tags
  @tags
end