Class: Aws::Types::DescribeRegistrationFieldValuesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_paths::Array[::String]

Returns the value of attribute field_paths.

Returns:

  • (::Array[::String])


926
927
928
# File 'sig/types.rbs', line 926

def field_paths
  @field_paths
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


928
929
930
# File 'sig/types.rbs', line 928

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


927
928
929
# File 'sig/types.rbs', line 927

def next_token
  @next_token
end

#registration_id::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


923
924
925
# File 'sig/types.rbs', line 923

def registration_id
  @registration_id
end

#section_path::String

Returns the value of attribute section_path.

Returns:

  • (::String)


925
926
927
# File 'sig/types.rbs', line 925

def section_path
  @section_path
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


924
925
926
# File 'sig/types.rbs', line 924

def version_number
  @version_number
end