Class: Aws::Types::DescribeRegistrationSectionDefinitionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRegistrationSectionDefinitionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_paths ⇒ ::Array[::String]
Returns the value of attribute section_paths.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
945 946 947 |
# File 'sig/types.rbs', line 945 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
944 945 946 |
# File 'sig/types.rbs', line 944 def next_token @next_token end |
#registration_type ⇒ ::String
Returns the value of attribute registration_type.
942 943 944 |
# File 'sig/types.rbs', line 942 def registration_type @registration_type end |
#section_paths ⇒ ::Array[::String]
Returns the value of attribute section_paths.
943 944 945 |
# File 'sig/types.rbs', line 943 def section_paths @section_paths end |