Class: Aws::Types::DescribeApplicationVersionsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def application_name
  @application_name
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


356
357
358
# File 'sig/types.rbs', line 356

def max_records
  @max_records
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def next_token
  @next_token
end

#version_labels::Array[::String]

Returns the value of attribute version_labels.

Returns:

  • (::Array[::String])


355
356
357
# File 'sig/types.rbs', line 355

def version_labels
  @version_labels
end