Class: Aws::Types::EnabledControlSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def arn
  @arn
end

#control_identifier::String

Returns the value of attribute control_identifier.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

def control_identifier
  @control_identifier
end

#drift_status_summaryTypes::DriftStatusSummary

Returns the value of attribute drift_status_summary.



268
269
270
# File 'sig/types.rbs', line 268

def drift_status_summary
  @drift_status_summary
end

#parent_identifier::String

Returns the value of attribute parent_identifier.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def parent_identifier
  @parent_identifier
end

#status_summaryTypes::EnablementStatusSummary

Returns the value of attribute status_summary.



267
268
269
# File 'sig/types.rbs', line 267

def status_summary
  @status_summary
end

#target_identifier::String

Returns the value of attribute target_identifier.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def target_identifier
  @target_identifier
end