Class: Aws::Types::ListWorkflowTypesInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("REGISTERED", "DEPRECATED")


619
620
621
# File 'sig/types.rbs', line 619

def registration_status
  @registration_status
end

#reverse_orderBoolean

Returns the value of attribute reverse_order.

Returns:

  • (Boolean)


622
623
624
# File 'sig/types.rbs', line 622

def reverse_order
  @reverse_order
end