Class: Aws::Types::UpdateAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute alarm_configuration.
-
#apply_only_at_cron_interval ⇒ Boolean
Returns the value of attribute apply_only_at_cron_interval.
-
#association_dispatch_assume_role ⇒ ::String
Returns the value of attribute association_dispatch_assume_role.
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#association_name ⇒ ::String
Returns the value of attribute association_name.
-
#association_version ⇒ ::String
Returns the value of attribute association_version.
-
#automation_target_parameter_name ⇒ ::String
Returns the value of attribute automation_target_parameter_name.
-
#calendar_names ⇒ ::Array[::String]
Returns the value of attribute calendar_names.
-
#compliance_severity ⇒ "CRITICAL", ...
Returns the value of attribute compliance_severity.
-
#document_version ⇒ ::String
Returns the value of attribute document_version.
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#max_concurrency ⇒ ::String
Returns the value of attribute max_concurrency.
-
#max_errors ⇒ ::String
Returns the value of attribute max_errors.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_location ⇒ Types::InstanceAssociationOutputLocation
Returns the value of attribute output_location.
-
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
-
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
-
#schedule_offset ⇒ ::Integer
Returns the value of attribute schedule_offset.
-
#sync_compliance ⇒ "AUTO", "MANUAL"
Returns the value of attribute sync_compliance.
-
#target_locations ⇒ ::Array[Types::TargetLocation]
Returns the value of attribute target_locations.
-
#target_maps ⇒ ::Array[::Hash[::String, ::Array[::String]]]
Returns the value of attribute target_maps.
-
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
Instance Attribute Details
#alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute alarm_configuration.
4426 4427 4428 |
# File 'sig/types.rbs', line 4426 def alarm_configuration @alarm_configuration end |
#apply_only_at_cron_interval ⇒ Boolean
Returns the value of attribute apply_only_at_cron_interval.
4420 4421 4422 |
# File 'sig/types.rbs', line 4420 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.
4427 4428 4429 |
# File 'sig/types.rbs', line 4427 def association_dispatch_assume_role @association_dispatch_assume_role end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
4406 4407 4408 |
# File 'sig/types.rbs', line 4406 def association_id @association_id end |
#association_name ⇒ ::String
Returns the value of attribute association_name.
4413 4414 4415 |
# File 'sig/types.rbs', line 4413 def association_name @association_name end |
#association_version ⇒ ::String
Returns the value of attribute association_version.
4414 4415 4416 |
# File 'sig/types.rbs', line 4414 def association_version @association_version end |
#automation_target_parameter_name ⇒ ::String
Returns the value of attribute automation_target_parameter_name.
4415 4416 4417 |
# File 'sig/types.rbs', line 4415 def automation_target_parameter_name @automation_target_parameter_name end |
#calendar_names ⇒ ::Array[::String]
Returns the value of attribute calendar_names.
4421 4422 4423 |
# File 'sig/types.rbs', line 4421 def calendar_names @calendar_names end |
#compliance_severity ⇒ "CRITICAL", ...
Returns the value of attribute compliance_severity.
4418 4419 4420 |
# File 'sig/types.rbs', line 4418 def compliance_severity @compliance_severity end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
4408 4409 4410 |
# File 'sig/types.rbs', line 4408 def document_version @document_version end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
4424 4425 4426 |
# File 'sig/types.rbs', line 4424 def duration @duration end |
#max_concurrency ⇒ ::String
Returns the value of attribute max_concurrency.
4417 4418 4419 |
# File 'sig/types.rbs', line 4417 def max_concurrency @max_concurrency end |
#max_errors ⇒ ::String
Returns the value of attribute max_errors.
4416 4417 4418 |
# File 'sig/types.rbs', line 4416 def max_errors @max_errors end |
#name ⇒ ::String
Returns the value of attribute name.
4411 4412 4413 |
# File 'sig/types.rbs', line 4411 def name @name end |
#output_location ⇒ Types::InstanceAssociationOutputLocation
Returns the value of attribute output_location.
4410 4411 4412 |
# File 'sig/types.rbs', line 4410 def output_location @output_location end |
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
4407 4408 4409 |
# File 'sig/types.rbs', line 4407 def parameters @parameters end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
4409 4410 4411 |
# File 'sig/types.rbs', line 4409 def schedule_expression @schedule_expression end |
#schedule_offset ⇒ ::Integer
Returns the value of attribute schedule_offset.
4423 4424 4425 |
# File 'sig/types.rbs', line 4423 def schedule_offset @schedule_offset end |
#sync_compliance ⇒ "AUTO", "MANUAL"
Returns the value of attribute sync_compliance.
4419 4420 4421 |
# File 'sig/types.rbs', line 4419 def sync_compliance @sync_compliance end |
#target_locations ⇒ ::Array[Types::TargetLocation]
Returns the value of attribute target_locations.
4422 4423 4424 |
# File 'sig/types.rbs', line 4422 def target_locations @target_locations end |
#target_maps ⇒ ::Array[::Hash[::String, ::Array[::String]]]
Returns the value of attribute target_maps.
4425 4426 4427 |
# File 'sig/types.rbs', line 4425 def target_maps @target_maps end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
4412 4413 4414 |
# File 'sig/types.rbs', line 4412 def targets @targets end |