Class: Aws::Types::TrustedAdvisorCheckSummary

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.



475
476
477
# File 'sig/types.rbs', line 475

def category_specific_summary
  @category_specific_summary
end

#check_id::String

Returns the value of attribute check_id.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def check_id
  @check_id
end

#has_flagged_resourcesBoolean

Returns the value of attribute has_flagged_resources.

Returns:

  • (Boolean)


473
474
475
# File 'sig/types.rbs', line 473

def has_flagged_resources
  @has_flagged_resources
end

#resources_summaryTypes::TrustedAdvisorResourcesSummary

Returns the value of attribute resources_summary.



474
475
476
# File 'sig/types.rbs', line 474

def resources_summary
  @resources_summary
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def status
  @status
end

#timestamp::String

Returns the value of attribute timestamp.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def timestamp
  @timestamp
end