Class: Aws::Types::DescribeRegistrationFieldDefinitionsRequest

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])


909
910
911
# File 'sig/types.rbs', line 909

def field_paths
  @field_paths
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


911
912
913
# File 'sig/types.rbs', line 911

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


910
911
912
# File 'sig/types.rbs', line 910

def next_token
  @next_token
end

#registration_type::String

Returns the value of attribute registration_type.

Returns:

  • (::String)


907
908
909
# File 'sig/types.rbs', line 907

def registration_type
  @registration_type
end

#section_path::String

Returns the value of attribute section_path.

Returns:

  • (::String)


908
909
910
# File 'sig/types.rbs', line 908

def section_path
  @section_path
end