Class: Aws::Types::AssessmentControlSet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:roles])

Instance Attribute Summary collapse

Instance Attribute Details

#controls ⇒ ::Array[Types::AssessmentControl]

Returns the value of attribute controls.

Returns:



55
56
57
# File 'sig/types.rbs', line 55

def controls
  @controls
end

#delegations ⇒ ::Array[Types::Delegation]

Returns the value of attribute delegations.

Returns:



56
57
58
# File 'sig/types.rbs', line 56

def delegations
  @delegations
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def id
  @id
end

#manual_evidence_count ⇒ ::Integer

Returns the value of attribute manual_evidence_count.

Returns:

  • (::Integer)


58
59
60
# File 'sig/types.rbs', line 58

def manual_evidence_count
  @manual_evidence_count
end

#roles ⇒ ::Array[Types::Role]

Returns the value of attribute roles.

Returns:



54
55
56
# File 'sig/types.rbs', line 54

def roles
  @roles
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "UNDER_REVIEW", "REVIEWED")


53
54
55
# File 'sig/types.rbs', line 53

def status
  @status
end

#system_evidence_count ⇒ ::Integer

Returns the value of attribute system_evidence_count.

Returns:

  • (::Integer)


57
58
59
# File 'sig/types.rbs', line 57

def system_evidence_count
  @system_evidence_count
end