Class: Aws::Types::DescribeRegistrationVersionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::RegistrationVersionFilter]

Returns the value of attribute filters.

Returns:



973
974
975
# File 'sig/types.rbs', line 973

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


975
976
977
# File 'sig/types.rbs', line 975

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


974
975
976
# File 'sig/types.rbs', line 974

def next_token
  @next_token
end

#registration_id::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


971
972
973
# File 'sig/types.rbs', line 971

def registration_id
  @registration_id
end

#version_numbers::Array[::Integer]

Returns the value of attribute version_numbers.

Returns:

  • (::Array[::Integer])


972
973
974
# File 'sig/types.rbs', line 972

def version_numbers
  @version_numbers
end