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.



2821
2822
2823
# File 'sig/types.rbs', line 2821

def pause_cluster
  @pause_cluster
end

#resize_clusterTypes::ResizeClusterMessage

Returns the value of attribute resize_cluster.



2820
2821
2822
# File 'sig/types.rbs', line 2820

def resize_cluster
  @resize_cluster
end

#resume_clusterTypes::ResumeClusterMessage

Returns the value of attribute resume_cluster.



2822
2823
2824
# File 'sig/types.rbs', line 2822

def resume_cluster
  @resume_cluster
end