Class: Aws::Types::ListJourneysRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


2215
2216
2217
# File 'sig/types.rbs', line 2215

def application_id
  @application_id
end

#page_size::String

Returns the value of attribute page_size.

Returns:

  • (::String)


2216
2217
2218
# File 'sig/types.rbs', line 2216

def page_size
  @page_size
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


2217
2218
2219
# File 'sig/types.rbs', line 2217

def token
  @token
end