Class: Aws::Types::TrustedAdvisorCheckResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category_specific_summaryTypes::TrustedAdvisorCategorySpecificSummary

Returns the value of attribute category_specific_summary.



464
465
466
# File 'sig/types.rbs', line 464

def category_specific_summary
  @category_specific_summary
end

#check_id::String

Returns the value of attribute check_id.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def check_id
  @check_id
end

#flagged_resources::Array[Types::TrustedAdvisorResourceDetail]

Returns the value of attribute flagged_resources.



465
466
467
# File 'sig/types.rbs', line 465

def flagged_resources
  @flagged_resources
end

#resources_summaryTypes::TrustedAdvisorResourcesSummary

Returns the value of attribute resources_summary.



463
464
465
# File 'sig/types.rbs', line 463

def resources_summary
  @resources_summary
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


462
463
464
# File 'sig/types.rbs', line 462

def status
  @status
end

#timestamp::String

Returns the value of attribute timestamp.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def timestamp
  @timestamp
end