Class: Aws::Types::DescribeProjectVersionsResponse

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:



498
499
500
# File 'sig/types.rbs', line 498

def next_token
  @next_token
end

#project_version_descriptions::Array[Types::ProjectVersionDescription]

Returns the value of attribute project_version_descriptions.

Returns:



497
498
499
# File 'sig/types.rbs', line 497

def project_version_descriptions
  @project_version_descriptions
end