Class: Aws::Types::GetPackageVersionHistoryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1372
1373
1374
# File 'sig/types.rbs', line 1372

def next_token
  @next_token
end

#package_id::String

Returns the value of attribute package_id.

Returns:

  • (::String)


1370
1371
1372
# File 'sig/types.rbs', line 1370

def package_id
  @package_id
end

#package_version_history_list::Array[Types::PackageVersionHistory]

Returns the value of attribute package_version_history_list.

Returns:



1371
1372
1373
# File 'sig/types.rbs', line 1371

def package_version_history_list
  @package_version_history_list
end