Class: Aws::Types::EnabledBaselineSummary

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)


203
204
205
# File 'sig/types.rbs', line 203

def arn
  @arn
end

#baseline_identifier::String

Returns the value of attribute baseline_identifier.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def baseline_identifier
  @baseline_identifier
end

#baseline_version::String

Returns the value of attribute baseline_version.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

def baseline_version
  @baseline_version
end

#drift_status_summaryTypes::EnabledBaselineDriftStatusSummary

Returns the value of attribute drift_status_summary.



206
207
208
# File 'sig/types.rbs', line 206

def drift_status_summary
  @drift_status_summary
end

#parent_identifier::String

Returns the value of attribute parent_identifier.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def parent_identifier
  @parent_identifier
end

#status_summaryTypes::EnablementStatusSummary

Returns the value of attribute status_summary.



209
210
211
# File 'sig/types.rbs', line 209

def status_summary
  @status_summary
end

#target_identifier::String

Returns the value of attribute target_identifier.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def target_identifier
  @target_identifier
end