Class: Aws::Types::AccountRecommendationLifecycleSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:update_reason])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def 
  @account_id
end

#account_recommendation_arn::String

Returns the value of attribute account_recommendation_arn.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def 
  @account_recommendation_arn
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


24
25
26
# File 'sig/types.rbs', line 24

def last_updated_at
  @last_updated_at
end

#lifecycle_stage"in_progress", ...

Returns the value of attribute lifecycle_stage.

Returns:

  • ("in_progress", "pending_response", "dismissed", "resolved")


19
20
21
# File 'sig/types.rbs', line 19

def lifecycle_stage
  @lifecycle_stage
end

#update_reason::String

Returns the value of attribute update_reason.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def update_reason
  @update_reason
end

#update_reason_code"non_critical_account", ...

Returns the value of attribute update_reason_code.

Returns:

  • ("non_critical_account", "temporary_account", "valid_business_case", "other_methods_available", "low_priority", "not_applicable", "other")


23
24
25
# File 'sig/types.rbs', line 23

def update_reason_code
  @update_reason_code
end

#updated_on_behalf_of::String

Returns the value of attribute updated_on_behalf_of.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def updated_on_behalf_of
  @updated_on_behalf_of
end

#updated_on_behalf_of_job_title::String

Returns the value of attribute updated_on_behalf_of_job_title.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def updated_on_behalf_of_job_title
  @updated_on_behalf_of_job_title
end