Class: Aws::Types::TrustedAdvisorCheckDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


447
448
449
# File 'sig/types.rbs', line 447

def category
  @category
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


444
445
446
# File 'sig/types.rbs', line 444

def id
  @id
end

#metadata::Array[::String]

Returns the value of attribute metadata.

Returns:

  • (::Array[::String])


448
449
450
# File 'sig/types.rbs', line 448

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


445
446
447
# File 'sig/types.rbs', line 445

def name
  @name
end