Class: Aws::Types::DescribeRegistrationFieldValuesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRegistrationFieldValuesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_paths ⇒ ::Array[::String]
Returns the value of attribute field_paths.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
-
#section_path ⇒ ::String
Returns the value of attribute section_path.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#field_paths ⇒ ::Array[::String]
Returns the value of attribute field_paths.
926 927 928 |
# File 'sig/types.rbs', line 926 def field_paths @field_paths end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
928 929 930 |
# File 'sig/types.rbs', line 928 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
927 928 929 |
# File 'sig/types.rbs', line 927 def next_token @next_token end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
923 924 925 |
# File 'sig/types.rbs', line 923 def registration_id @registration_id end |
#section_path ⇒ ::String
Returns the value of attribute section_path.
925 926 927 |
# File 'sig/types.rbs', line 925 def section_path @section_path end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
924 925 926 |
# File 'sig/types.rbs', line 924 def version_number @version_number end |