Class: Aws::Types::DeleteScheduledActionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#resource_id::String

Returns the value of attribute resource_id.

Returns:



52
53
54
# File 'sig/types.rbs', line 52

def resource_id
  @resource_id
end

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

Returns the value of attribute scalable_dimension.

Returns:



53
54
55
# File 'sig/types.rbs', line 53

def scalable_dimension
  @scalable_dimension
end

#scheduled_action_name::String

Returns the value of attribute scheduled_action_name.

Returns:



51
52
53
# File 'sig/types.rbs', line 51

def scheduled_action_name
  @scheduled_action_name
end

#service_namespace"ecs", ...

Returns the value of attribute service_namespace.

Returns:



50
51
52
# File 'sig/types.rbs', line 50

def service_namespace
  @service_namespace
end