Class: Aws::Types::StandardsControlAssociationDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_status"ENABLED", "DISABLED"

Returns the value of attribute association_status.

Returns:

  • ("ENABLED", "DISABLED")


7681
7682
7683
# File 'sig/types.rbs', line 7681

def association_status
  @association_status
end

Returns the value of attribute related_requirements.

Returns:

  • (::Array[::String])


7682
7683
7684
# File 'sig/types.rbs', line 7682

def related_requirements
  @related_requirements
end

#security_control_arn::String

Returns the value of attribute security_control_arn.

Returns:

  • (::String)


7680
7681
7682
# File 'sig/types.rbs', line 7680

def security_control_arn
  @security_control_arn
end

#security_control_id::String

Returns the value of attribute security_control_id.

Returns:

  • (::String)


7679
7680
7681
# File 'sig/types.rbs', line 7679

def security_control_id
  @security_control_id
end

#standards_arn::String

Returns the value of attribute standards_arn.

Returns:

  • (::String)


7678
7679
7680
# File 'sig/types.rbs', line 7678

def standards_arn
  @standards_arn
end

#standards_control_arns::Array[::String]

Returns the value of attribute standards_control_arns.

Returns:

  • (::Array[::String])


7687
7688
7689
# File 'sig/types.rbs', line 7687

def standards_control_arns
  @standards_control_arns
end

#standards_control_description::String

Returns the value of attribute standards_control_description.

Returns:

  • (::String)


7686
7687
7688
# File 'sig/types.rbs', line 7686

def standards_control_description
  @standards_control_description
end

#standards_control_title::String

Returns the value of attribute standards_control_title.

Returns:

  • (::String)


7685
7686
7687
# File 'sig/types.rbs', line 7685

def standards_control_title
  @standards_control_title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


7683
7684
7685
# File 'sig/types.rbs', line 7683

def updated_at
  @updated_at
end

#updated_reason::String

Returns the value of attribute updated_reason.

Returns:

  • (::String)


7684
7685
7686
# File 'sig/types.rbs', line 7684

def updated_reason
  @updated_reason
end