Class: Aws::Types::ListTypeRegistrationsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListTypeRegistrationsInput
- 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_status_filter ⇒ "COMPLETE", ...
Returns the value of attribute registration_status_filter.
-
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
-
#type_arn ⇒ ::String
Returns the value of attribute type_arn.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def next_token @next_token end |
#registration_status_filter ⇒ "COMPLETE", ...
Returns the value of attribute registration_status_filter.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def registration_status_filter @registration_status_filter end |
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def type @type end |
#type_arn ⇒ ::String
Returns the value of attribute type_arn.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def type_arn @type_arn end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def type_name @type_name end |