Class: Aws::Types::RecommendationResourceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def arn
  @arn
end

#aws_resource_id::String

Returns the value of attribute aws_resource_id.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def aws_resource_id
  @aws_resource_id
end

#exclusion_status"excluded", "included"

Returns the value of attribute exclusion_status.

Returns:

  • ("excluded", "included")


327
328
329
# File 'sig/types.rbs', line 327

def exclusion_status
  @exclusion_status
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


326
327
328
# File 'sig/types.rbs', line 326

def last_updated_at
  @last_updated_at
end

#metadata::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

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


325
326
327
# File 'sig/types.rbs', line 325

def 
  @metadata
end

#recommendation_arn::String

Returns the value of attribute recommendation_arn.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def recommendation_arn
  @recommendation_arn
end

#region_code::String

Returns the value of attribute region_code.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def region_code
  @region_code
end

#status"ok", ...

Returns the value of attribute status.

Returns:

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


324
325
326
# File 'sig/types.rbs', line 324

def status
  @status
end