Class: Aws::Types::GetPackageVersionHistoryResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.



766
767
768
# File 'sig/types.rbs', line 766

def next_token
  @next_token
end

#package_id::String

Returns the value of attribute package_id.



764
765
766
# File 'sig/types.rbs', line 764

def package_id
  @package_id
end

#package_version_history_list::Array[Types::PackageVersionHistory]

Returns the value of attribute package_version_history_list.



765
766
767
# File 'sig/types.rbs', line 765

def package_version_history_list
  @package_version_history_list
end