Class: Aws::Types::ListSchedulesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_name ⇒ ::String

Returns the value of attribute group_name.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def group_name
  @group_name
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


182
183
184
# File 'sig/types.rbs', line 182

def max_results
  @max_results
end

#name_prefix ⇒ ::String

Returns the value of attribute name_prefix.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def name_prefix
  @name_prefix
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def next_token
  @next_token
end

#state ⇒ "ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


185
186
187
# File 'sig/types.rbs', line 185

def state
  @state
end