Class: Aws::Types::DescribeRegistrationFieldValuesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


937
938
939
# File 'sig/types.rbs', line 937

def next_token
  @next_token
end

#registration_arn::String

Returns the value of attribute registration_arn.

Returns:

  • (::String)


933
934
935
# File 'sig/types.rbs', line 933

def registration_arn
  @registration_arn
end

#registration_field_values::Array[Types::RegistrationFieldValueInformation]

Returns the value of attribute registration_field_values.



936
937
938
# File 'sig/types.rbs', line 936

def registration_field_values
  @registration_field_values
end

#registration_id::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


934
935
936
# File 'sig/types.rbs', line 934

def registration_id
  @registration_id
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


935
936
937
# File 'sig/types.rbs', line 935

def version_number
  @version_number
end