Class: Aws::Types::DescribeScheduledActionsType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_name::String

Returns the value of attribute auto_scaling_group_name.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def auto_scaling_group_name
  @auto_scaling_group_name
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


540
541
542
# File 'sig/types.rbs', line 540

def end_time
  @end_time
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


542
543
544
# File 'sig/types.rbs', line 542

def max_records
  @max_records
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

def next_token
  @next_token
end

#scheduled_action_names::Array[::String]

Returns the value of attribute scheduled_action_names.

Returns:

  • (::Array[::String])


538
539
540
# File 'sig/types.rbs', line 538

def scheduled_action_names
  @scheduled_action_names
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


539
540
541
# File 'sig/types.rbs', line 539

def start_time
  @start_time
end