Class: Aws::Types::PutRegistrationFieldValueResult
- Inherits:
-
Object
- Object
- Aws::Types::PutRegistrationFieldValueResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_path ⇒ ::String
Returns the value of attribute field_path.
-
#registration_arn ⇒ ::String
Returns the value of attribute registration_arn.
-
#registration_attachment_id ⇒ ::String
Returns the value of attribute registration_attachment_id.
-
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
-
#select_choices ⇒ ::Array[::String]
Returns the value of attribute select_choices.
-
#text_value ⇒ ::String
Returns the value of attribute text_value.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#field_path ⇒ ::String
Returns the value of attribute field_path.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def field_path @field_path end |
#registration_arn ⇒ ::String
Returns the value of attribute registration_arn.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def registration_arn @registration_arn end |
#registration_attachment_id ⇒ ::String
Returns the value of attribute registration_attachment_id.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def @registration_attachment_id end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def registration_id @registration_id end |
#select_choices ⇒ ::Array[::String]
Returns the value of attribute select_choices.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def select_choices @select_choices end |
#text_value ⇒ ::String
Returns the value of attribute text_value.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def text_value @text_value end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def version_number @version_number end |