Class: Aws::Types::ListScheduleGroupsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


168
169
170
# File 'sig/types.rbs', line 168

def max_results
  @max_results
end

#name_prefix ⇒ ::String

Returns the value of attribute name_prefix.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def name_prefix
  @name_prefix
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def next_token
  @next_token
end