Class: Aws::Types::ScheduledAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


403
404
405
# File 'sig/types.rbs', line 403

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


401
402
403
# File 'sig/types.rbs', line 401

def end_time
  @end_time
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def resource_id
  @resource_id
end

#scalable_dimension"ecs:service:DesiredCount", ...

Returns the value of attribute scalable_dimension.

Returns:

  • ("ecs:service:DesiredCount", "ec2:spot-fleet-request:TargetCapacity", "elasticmapreduce:instancegroup:InstanceCount", "appstream:fleet:DesiredCapacity", "dynamodb:table:ReadCapacityUnits", "dynamodb:table:WriteCapacityUnits", "dynamodb:index:ReadCapacityUnits", "dynamodb:index:WriteCapacityUnits", "rds:cluster:ReadReplicaCount", "sagemaker:variant:DesiredInstanceCount", "custom-resource:ResourceType:Property", "comprehend:document-classifier-endpoint:DesiredInferenceUnits", "comprehend:entity-recognizer-endpoint:DesiredInferenceUnits", "lambda:function:ProvisionedConcurrency", "cassandra:table:ReadCapacityUnits", "cassandra:table:WriteCapacityUnits", "kafka:broker-storage:VolumeSize", "elasticache:cache-cluster:Nodes", "elasticache:replication-group:NodeGroups", "elasticache:replication-group:Replicas", "neptune:cluster:ReadReplicaCount", "sagemaker:variant:DesiredProvisionedConcurrency", "sagemaker:inference-component:DesiredCopyCount", "workspaces:workspacespool:DesiredUserSessions")


399
400
401
# File 'sig/types.rbs', line 399

def scalable_dimension
  @scalable_dimension
end

#scalable_target_actionTypes::ScalableTargetAction

Returns the value of attribute scalable_target_action.



402
403
404
# File 'sig/types.rbs', line 402

def scalable_target_action
  @scalable_target_action
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def schedule
  @schedule
end

#scheduled_action_arn::String

Returns the value of attribute scheduled_action_arn.

Returns:

  • (::String)


394
395
396
# File 'sig/types.rbs', line 394

def scheduled_action_arn
  @scheduled_action_arn
end

#scheduled_action_name::String

Returns the value of attribute scheduled_action_name.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def scheduled_action_name
  @scheduled_action_name
end

#service_namespace"ecs", ...

Returns the value of attribute service_namespace.

Returns:

  • ("ecs", "elasticmapreduce", "ec2", "appstream", "dynamodb", "rds", "sagemaker", "custom-resource", "comprehend", "lambda", "cassandra", "kafka", "elasticache", "neptune", "workspaces")


395
396
397
# File 'sig/types.rbs', line 395

def service_namespace
  @service_namespace
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


400
401
402
# File 'sig/types.rbs', line 400

def start_time
  @start_time
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


397
398
399
# File 'sig/types.rbs', line 397

def timezone
  @timezone
end