Class: Aws::Types::OrganizationRecommendationResourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationRecommendationResourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#aws_resource_id ⇒ ::String
Returns the value of attribute aws_resource_id.
-
#exclusion_status ⇒ "excluded", "included"
Returns the value of attribute exclusion_status.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#recommendation_arn ⇒ ::String
Returns the value of attribute recommendation_arn.
-
#region_code ⇒ ::String
Returns the value of attribute region_code.
-
#status ⇒ "ok", ...
Returns the value of attribute status.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
241 242 243 |
# File 'sig/types.rbs', line 241 def account_id @account_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
234 235 236 |
# File 'sig/types.rbs', line 234 def arn @arn end |
#aws_resource_id ⇒ ::String
Returns the value of attribute aws_resource_id.
235 236 237 |
# File 'sig/types.rbs', line 235 def aws_resource_id @aws_resource_id end |
#exclusion_status ⇒ "excluded", "included"
Returns the value of attribute exclusion_status.
240 241 242 |
# File 'sig/types.rbs', line 240 def exclusion_status @exclusion_status end |
#id ⇒ ::String
Returns the value of attribute id.
233 234 235 |
# File 'sig/types.rbs', line 233 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
239 240 241 |
# File 'sig/types.rbs', line 239 def last_updated_at @last_updated_at end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
238 239 240 |
# File 'sig/types.rbs', line 238 def @metadata end |
#recommendation_arn ⇒ ::String
Returns the value of attribute recommendation_arn.
242 243 244 |
# File 'sig/types.rbs', line 242 def recommendation_arn @recommendation_arn end |
#region_code ⇒ ::String
Returns the value of attribute region_code.
236 237 238 |
# File 'sig/types.rbs', line 236 def region_code @region_code end |
#status ⇒ "ok", ...
Returns the value of attribute status.
237 238 239 |
# File 'sig/types.rbs', line 237 def status @status end |