Class: Aws::Types::PutRegistrationFieldValueResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_path ⇒ ::String

Returns the value of attribute field_path.

Returns:

  • (::String)


1515
1516
1517
# File 'sig/types.rbs', line 1515

def field_path
  @field_path
end

#registration_arn ⇒ ::String

Returns the value of attribute registration_arn.

Returns:

  • (::String)


1512
1513
1514
# File 'sig/types.rbs', line 1512

def registration_arn
  @registration_arn
end

#registration_attachment_id ⇒ ::String

Returns the value of attribute registration_attachment_id.

Returns:

  • (::String)


1518
1519
1520
# File 'sig/types.rbs', line 1518

def registration_attachment_id
  @registration_attachment_id
end

#registration_id ⇒ ::String

Returns the value of attribute registration_id.

Returns:

  • (::String)


1513
1514
1515
# File 'sig/types.rbs', line 1513

def registration_id
  @registration_id
end

#select_choices ⇒ ::Array[::String]

Returns the value of attribute select_choices.

Returns:

  • (::Array[::String])


1516
1517
1518
# File 'sig/types.rbs', line 1516

def select_choices
  @select_choices
end

#text_value ⇒ ::String

Returns the value of attribute text_value.

Returns:

  • (::String)


1517
1518
1519
# File 'sig/types.rbs', line 1517

def text_value
  @text_value
end

#version_number ⇒ ::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


1514
1515
1516
# File 'sig/types.rbs', line 1514

def version_number
  @version_number
end