Class: Aws::Types::ListWorkflowTypesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkflowTypesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#maximum_page_size ⇒ ::Integer
Returns the value of attribute maximum_page_size.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#registration_status ⇒ "REGISTERED", "DEPRECATED"
Returns the value of attribute registration_status.
-
#reverse_order ⇒ Boolean
Returns the value of attribute reverse_order.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
617 618 619 |
# File 'sig/types.rbs', line 617 def domain @domain end |
#maximum_page_size ⇒ ::Integer
Returns the value of attribute maximum_page_size.
621 622 623 |
# File 'sig/types.rbs', line 621 def maximum_page_size @maximum_page_size end |
#name ⇒ ::String
Returns the value of attribute name.
618 619 620 |
# File 'sig/types.rbs', line 618 def name @name end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
620 621 622 |
# File 'sig/types.rbs', line 620 def next_page_token @next_page_token end |
#registration_status ⇒ "REGISTERED", "DEPRECATED"
Returns the value of attribute registration_status.
619 620 621 |
# File 'sig/types.rbs', line 619 def registration_status @registration_status end |
#reverse_order ⇒ Boolean
Returns the value of attribute reverse_order.
622 623 624 |
# File 'sig/types.rbs', line 622 def reverse_order @reverse_order end |