Class: Aws::Types::DescribeScheduledActionsRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.



122
123
124
# File 'sig/types.rbs', line 122

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



123
124
125
# File 'sig/types.rbs', line 123

def next_token
  @next_token
end

#resource_id::String

Returns the value of attribute resource_id.



120
121
122
# File 'sig/types.rbs', line 120

def resource_id
  @resource_id
end

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

Returns the value of attribute scalable_dimension.



121
122
123
# File 'sig/types.rbs', line 121

def scalable_dimension
  @scalable_dimension
end

#scheduled_action_names::Array[::String]

Returns the value of attribute scheduled_action_names.



118
119
120
# File 'sig/types.rbs', line 118

def scheduled_action_names
  @scheduled_action_names
end

#service_namespace"ecs", ...

Returns the value of attribute service_namespace.



119
120
121
# File 'sig/types.rbs', line 119

def service_namespace
  @service_namespace
end