Class: Aws::Types::IdleRecommendation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


720
721
722
# File 'sig/types.rbs', line 720

def 
  @account_id
end

#finding"Idle", ...

Returns the value of attribute finding.

Returns:

  • ("Idle", "Unattached", "Unused")


721
722
723
# File 'sig/types.rbs', line 721

def finding
  @finding
end

#finding_description::String

Returns the value of attribute finding_description.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

def finding_description
  @finding_description
end

#last_refresh_timestamp::Time

Returns the value of attribute last_refresh_timestamp.

Returns:

  • (::Time)


727
728
729
# File 'sig/types.rbs', line 727

def last_refresh_timestamp
  @last_refresh_timestamp
end

#look_back_period_in_days::Float

Returns the value of attribute look_back_period_in_days.

Returns:

  • (::Float)


726
727
728
# File 'sig/types.rbs', line 726

def look_back_period_in_days
  @look_back_period_in_days
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


717
718
719
# File 'sig/types.rbs', line 717

def resource_arn
  @resource_arn
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


718
719
720
# File 'sig/types.rbs', line 718

def resource_id
  @resource_id
end

#resource_type"EC2Instance", ...

Returns the value of attribute resource_type.

Returns:

  • ("EC2Instance", "AutoScalingGroup", "EBSVolume", "ECSService", "RDSDBInstance", "NatGateway", "DynamoDBTable", "ElastiCacheCluster", "MemoryDBCluster", "DocumentDBCluster", "WorkSpaces", "SageMakerEndpoint")


719
720
721
# File 'sig/types.rbs', line 719

def resource_type
  @resource_type
end

#savings_opportunityTypes::IdleSavingsOpportunity

Returns the value of attribute savings_opportunity.



723
724
725
# File 'sig/types.rbs', line 723

def savings_opportunity
  @savings_opportunity
end

#savings_opportunity_after_discountsTypes::IdleSavingsOpportunityAfterDiscounts

Returns the value of attribute savings_opportunity_after_discounts.



724
725
726
# File 'sig/types.rbs', line 724

def savings_opportunity_after_discounts
  @savings_opportunity_after_discounts
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



728
729
730
# File 'sig/types.rbs', line 728

def tags
  @tags
end

#utilization_metrics::Array[Types::IdleUtilizationMetric]

Returns the value of attribute utilization_metrics.

Returns:



725
726
727
# File 'sig/types.rbs', line 725

def utilization_metrics
  @utilization_metrics
end