Class: Aws::Types::OrganizationRecommendationResourceSummary

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)


241
242
243
# File 'sig/types.rbs', line 241

def 
  @account_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("excluded", "included")


240
241
242
# File 'sig/types.rbs', line 240

def exclusion_status
  @exclusion_status
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Hash[::String, ::String])


238
239
240
# File 'sig/types.rbs', line 238

def 
  @metadata
end

#recommendation_arn::String

Returns the value of attribute recommendation_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def region_code
  @region_code
end

#status"ok", ...

Returns the value of attribute status.

Returns:

  • ("ok", "warning", "error")


237
238
239
# File 'sig/types.rbs', line 237

def status
  @status
end