Class: Aws::Types::DescribeScheduledActionsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

Returns the value of attribute active.

Returns:

  • (Boolean)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def active
  @active
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def end_time
  @end_time
end

#filters::Array[Types::ScheduledActionFilter]

Returns the value of attribute filters.

Returns:



1318
1319
1320
# File 'sig/types.rbs', line 1318

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def max_records
  @max_records
end

#scheduled_action_name::String

Returns the value of attribute scheduled_action_name.

Returns:

  • (::String)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def scheduled_action_name
  @scheduled_action_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def start_time
  @start_time
end

#target_action_type"ResizeCluster", ...

Returns the value of attribute target_action_type.

Returns:

  • ("ResizeCluster", "PauseCluster", "ResumeCluster")


1314
1315
1316
# File 'sig/types.rbs', line 1314

def target_action_type
  @target_action_type
end