Class: Aws::Types::AssociationVersionInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#apply_only_at_cron_intervalBoolean

Returns the value of attribute apply_only_at_cron_interval.

Returns:

  • (Boolean)


227
228
229
# File 'sig/types.rbs', line 227

def apply_only_at_cron_interval
  @apply_only_at_cron_interval
end

#association_dispatch_assume_role::String

Returns the value of attribute association_dispatch_assume_role.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def association_dispatch_assume_role
  @association_dispatch_assume_role
end

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


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

def association_id
  @association_id
end

#association_name::String

Returns the value of attribute association_name.

Returns:

  • (::String)


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

def association_name
  @association_name
end

#association_version::String

Returns the value of attribute association_version.

Returns:

  • (::String)


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

def association_version
  @association_version
end

#calendar_names::Array[::String]

Returns the value of attribute calendar_names.

Returns:

  • (::Array[::String])


228
229
230
# File 'sig/types.rbs', line 228

def calendar_names
  @calendar_names
end

#compliance_severity"CRITICAL", ...

Returns the value of attribute compliance_severity.

Returns:

  • ("CRITICAL", "HIGH", "MEDIUM", "LOW", "UNSPECIFIED")


225
226
227
# File 'sig/types.rbs', line 225

def compliance_severity
  @compliance_severity
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


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

def created_date
  @created_date
end

#document_version::String

Returns the value of attribute document_version.

Returns:

  • (::String)


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

def document_version
  @document_version
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


231
232
233
# File 'sig/types.rbs', line 231

def duration
  @duration
end

#max_concurrency::String

Returns the value of attribute max_concurrency.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def max_concurrency
  @max_concurrency
end

#max_errors::String

Returns the value of attribute max_errors.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def max_errors
  @max_errors
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#output_locationTypes::InstanceAssociationOutputLocation

Returns the value of attribute output_location.



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

def output_location
  @output_location
end

#parameters::Hash[::String, ::Array[::String]]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::Array[::String]])


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

def parameters
  @parameters
end

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


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

def schedule_expression
  @schedule_expression
end

#schedule_offset::Integer

Returns the value of attribute schedule_offset.

Returns:

  • (::Integer)


230
231
232
# File 'sig/types.rbs', line 230

def schedule_offset
  @schedule_offset
end

#sync_compliance"AUTO", "MANUAL"

Returns the value of attribute sync_compliance.

Returns:

  • ("AUTO", "MANUAL")


226
227
228
# File 'sig/types.rbs', line 226

def sync_compliance
  @sync_compliance
end

#target_locations::Array[Types::TargetLocation]

Returns the value of attribute target_locations.

Returns:



229
230
231
# File 'sig/types.rbs', line 229

def target_locations
  @target_locations
end

#target_maps::Array[::Hash[::String, ::Array[::String]]]

Returns the value of attribute target_maps.

Returns:

  • (::Array[::Hash[::String, ::Array[::String]]])


232
233
234
# File 'sig/types.rbs', line 232

def target_maps
  @target_maps
end

#targets::Array[Types::Target]

Returns the value of attribute targets.

Returns:



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

def targets
  @targets
end