Class: Aws::Types::SubCheckResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


542
543
544
# File 'sig/types.rbs', line 542

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def name
  @name
end

#references::Array[::String]

Returns the value of attribute references.

Returns:

  • (::Array[::String])


545
546
547
# File 'sig/types.rbs', line 545

def references
  @references
end