Class: Aws::Types::ScalableTarget

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)


349
350
351
# File 'sig/types.rbs', line 349

def creation_time
  @creation_time
end

#max_capacity::Integer

Returns the value of attribute max_capacity.

Returns:

  • (::Integer)


346
347
348
# File 'sig/types.rbs', line 346

def max_capacity
  @max_capacity
end

#min_capacity::Integer

Returns the value of attribute min_capacity.

Returns:

  • (::Integer)


345
346
347
# File 'sig/types.rbs', line 345

def min_capacity
  @min_capacity
end

#predicted_capacity::Integer

Returns the value of attribute predicted_capacity.

Returns:

  • (::Integer)


347
348
349
# File 'sig/types.rbs', line 347

def predicted_capacity
  @predicted_capacity
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def resource_id
  @resource_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def role_arn
  @role_arn
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")


344
345
346
# File 'sig/types.rbs', line 344

def scalable_dimension
  @scalable_dimension
end

#scalable_target_arn::String

Returns the value of attribute scalable_target_arn.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def scalable_target_arn
  @scalable_target_arn
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")


342
343
344
# File 'sig/types.rbs', line 342

def service_namespace
  @service_namespace
end

#suspended_stateTypes::SuspendedState

Returns the value of attribute suspended_state.



350
351
352
# File 'sig/types.rbs', line 350

def suspended_state
  @suspended_state
end