Class: Aws::Types::ScheduledActionType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#pause_clusterTypes::PauseClusterMessage

Returns the value of attribute pause_cluster.



2801
2802
2803
# File 'sig/types.rbs', line 2801

def pause_cluster
  @pause_cluster
end

#resize_clusterTypes::ResizeClusterMessage

Returns the value of attribute resize_cluster.



2800
2801
2802
# File 'sig/types.rbs', line 2800

def resize_cluster
  @resize_cluster
end

#resume_clusterTypes::ResumeClusterMessage

Returns the value of attribute resume_cluster.



2802
2803
2804
# File 'sig/types.rbs', line 2802

def resume_cluster
  @resume_cluster
end