Class: Aws::Types::EnabledBaselineDetails

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)


155
156
157
# File 'sig/types.rbs', line 155

def arn
  @arn
end

#baseline_identifier::String

Returns the value of attribute baseline_identifier.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def baseline_identifier
  @baseline_identifier
end

#baseline_version::String

Returns the value of attribute baseline_version.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def baseline_version
  @baseline_version
end

#drift_status_summaryTypes::EnabledBaselineDriftStatusSummary

Returns the value of attribute drift_status_summary.



158
159
160
# File 'sig/types.rbs', line 158

def drift_status_summary
  @drift_status_summary
end

#parameters::Array[Types::EnabledBaselineParameterSummary]

Returns the value of attribute parameters.



162
163
164
# File 'sig/types.rbs', line 162

def parameters
  @parameters
end

#parent_identifier::String

Returns the value of attribute parent_identifier.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def parent_identifier
  @parent_identifier
end

#status_summaryTypes::EnablementStatusSummary

Returns the value of attribute status_summary.



161
162
163
# File 'sig/types.rbs', line 161

def status_summary
  @status_summary
end

#target_identifier::String

Returns the value of attribute target_identifier.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def target_identifier
  @target_identifier
end