Class: Aws::Types::ControlInsightsMetadataByAssessmentItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#control_set_name ⇒ ::String

Returns the value of attribute control_set_name.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def control_set_name
  @control_set_name
end

#evidence_insights ⇒ Types::EvidenceInsights

Returns the value of attribute evidence_insights.



332
333
334
# File 'sig/types.rbs', line 332

def evidence_insights
  @evidence_insights
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def id
  @id
end

#last_updated ⇒ ::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


334
335
336
# File 'sig/types.rbs', line 334

def last_updated
  @last_updated
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def name
  @name
end