Class: Aws::Types::DescribeRegistrationSectionDefinitionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


945
946
947
# File 'sig/types.rbs', line 945

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


944
945
946
# File 'sig/types.rbs', line 944

def next_token
  @next_token
end

#registration_type::String

Returns the value of attribute registration_type.

Returns:

  • (::String)


942
943
944
# File 'sig/types.rbs', line 942

def registration_type
  @registration_type
end

#section_paths::Array[::String]

Returns the value of attribute section_paths.

Returns:

  • (::Array[::String])


943
944
945
# File 'sig/types.rbs', line 943

def section_paths
  @section_paths
end