Class: Aws::Types::DescribeRegistrationFieldValuesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRegistrationFieldValuesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#registration_arn ⇒ ::String
Returns the value of attribute registration_arn.
-
#registration_field_values ⇒ ::Array[Types::RegistrationFieldValueInformation]
Returns the value of attribute registration_field_values.
-
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
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.
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.
935 936 937 |
# File 'sig/types.rbs', line 935 def version_number @version_number end |