Class: Aws::Types::EnabledControlDetails

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)


214
215
216
# File 'sig/types.rbs', line 214

def arn
  @arn
end

#control_identifier::String

Returns the value of attribute control_identifier.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def control_identifier
  @control_identifier
end

#drift_status_summaryTypes::DriftStatusSummary

Returns the value of attribute drift_status_summary.



218
219
220
# File 'sig/types.rbs', line 218

def drift_status_summary
  @drift_status_summary
end

#parameters::Array[Types::EnabledControlParameterSummary]

Returns the value of attribute parameters.



221
222
223
# File 'sig/types.rbs', line 221

def parameters
  @parameters
end

#parent_identifier::String

Returns the value of attribute parent_identifier.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def parent_identifier
  @parent_identifier
end

#status_summaryTypes::EnablementStatusSummary

Returns the value of attribute status_summary.



217
218
219
# File 'sig/types.rbs', line 217

def status_summary
  @status_summary
end

#target_identifier::String

Returns the value of attribute target_identifier.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def target_identifier
  @target_identifier
end

#target_regions::Array[Types::Region]

Returns the value of attribute target_regions.

Returns:



220
221
222
# File 'sig/types.rbs', line 220

def target_regions
  @target_regions
end