Class: Aws::Types::PutAutoScalingPolicyOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_policyTypes::AutoScalingPolicyDescription

Returns the value of attribute auto_scaling_policy.



1291
1292
1293
# File 'sig/types.rbs', line 1291

def auto_scaling_policy
  @auto_scaling_policy
end

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


1292
1293
1294
# File 'sig/types.rbs', line 1292

def cluster_arn
  @cluster_arn
end

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def cluster_id
  @cluster_id
end

#instance_group_id::String

Returns the value of attribute instance_group_id.

Returns:

  • (::String)


1290
1291
1292
# File 'sig/types.rbs', line 1290

def instance_group_id
  @instance_group_id
end