Class: Aws::Types::StandardsControlAssociationSummary

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")


7701
7702
7703
# File 'sig/types.rbs', line 7701

def association_status
  @association_status
end

Returns the value of attribute related_requirements.

Returns:

  • (::Array[::String])


7702
7703
7704
# File 'sig/types.rbs', line 7702

def related_requirements
  @related_requirements
end

#security_control_arn::String

Returns the value of attribute security_control_arn.

Returns:

  • (::String)


7700
7701
7702
# File 'sig/types.rbs', line 7700

def security_control_arn
  @security_control_arn
end

#security_control_id::String

Returns the value of attribute security_control_id.

Returns:

  • (::String)


7699
7700
7701
# File 'sig/types.rbs', line 7699

def security_control_id
  @security_control_id
end

#standards_arn::String

Returns the value of attribute standards_arn.

Returns:

  • (::String)


7698
7699
7700
# File 'sig/types.rbs', line 7698

def standards_arn
  @standards_arn
end

#standards_control_description::String

Returns the value of attribute standards_control_description.

Returns:

  • (::String)


7706
7707
7708
# File 'sig/types.rbs', line 7706

def standards_control_description
  @standards_control_description
end

#standards_control_title::String

Returns the value of attribute standards_control_title.

Returns:

  • (::String)


7705
7706
7707
# File 'sig/types.rbs', line 7705

def standards_control_title
  @standards_control_title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


7703
7704
7705
# File 'sig/types.rbs', line 7703

def updated_at
  @updated_at
end

#updated_reason::String

Returns the value of attribute updated_reason.

Returns:

  • (::String)


7704
7705
7706
# File 'sig/types.rbs', line 7704

def updated_reason
  @updated_reason
end