Class: Aws::Types::DescribeRegistrationFieldDefinitionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRegistrationFieldDefinitionsRequest
- 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_type ⇒ ::String
Returns the value of attribute registration_type.
-
#section_path ⇒ ::String
Returns the value of attribute section_path.
Instance Attribute Details
#field_paths ⇒ ::Array[::String]
Returns the value of attribute field_paths.
909 910 911 |
# File 'sig/types.rbs', line 909 def field_paths @field_paths end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
911 912 913 |
# File 'sig/types.rbs', line 911 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
910 911 912 |
# File 'sig/types.rbs', line 910 def next_token @next_token end |
#registration_type ⇒ ::String
Returns the value of attribute registration_type.
907 908 909 |
# File 'sig/types.rbs', line 907 def registration_type @registration_type end |
#section_path ⇒ ::String
Returns the value of attribute section_path.
908 909 910 |
# File 'sig/types.rbs', line 908 def section_path @section_path end |