Class: Aws::Types::CreateAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssociationRequest
- 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_name ⇒ ::String
Returns the value of attribute association_name.
-
#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.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
690 691 692 |
# File 'sig/types.rbs', line 690 def alarm_configuration @alarm_configuration end |
#apply_only_at_cron_interval ⇒ Boolean
Returns the value of attribute apply_only_at_cron_interval.
683 684 685 |
# File 'sig/types.rbs', line 683 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.
691 692 693 |
# File 'sig/types.rbs', line 691 def association_dispatch_assume_role @association_dispatch_assume_role end |
#association_name ⇒ ::String
Returns the value of attribute association_name.
677 678 679 |
# File 'sig/types.rbs', line 677 def association_name @association_name end |
#automation_target_parameter_name ⇒ ::String
Returns the value of attribute automation_target_parameter_name.
678 679 680 |
# File 'sig/types.rbs', line 678 def automation_target_parameter_name @automation_target_parameter_name end |
#calendar_names ⇒ ::Array[::String]
Returns the value of attribute calendar_names.
684 685 686 |
# File 'sig/types.rbs', line 684 def calendar_names @calendar_names end |
#compliance_severity ⇒ "CRITICAL", ...
Returns the value of attribute compliance_severity.
681 682 683 |
# File 'sig/types.rbs', line 681 def compliance_severity @compliance_severity end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
671 672 673 |
# File 'sig/types.rbs', line 671 def document_version @document_version end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
687 688 689 |
# File 'sig/types.rbs', line 687 def duration @duration end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
672 673 674 |
# File 'sig/types.rbs', line 672 def instance_id @instance_id end |
#max_concurrency ⇒ ::String
Returns the value of attribute max_concurrency.
680 681 682 |
# File 'sig/types.rbs', line 680 def max_concurrency @max_concurrency end |
#max_errors ⇒ ::String
Returns the value of attribute max_errors.
679 680 681 |
# File 'sig/types.rbs', line 679 def max_errors @max_errors end |
#name ⇒ ::String
Returns the value of attribute name.
670 671 672 |
# File 'sig/types.rbs', line 670 def name @name end |
#output_location ⇒ Types::InstanceAssociationOutputLocation
Returns the value of attribute output_location.
676 677 678 |
# File 'sig/types.rbs', line 676 def output_location @output_location end |
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
673 674 675 |
# File 'sig/types.rbs', line 673 def parameters @parameters end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
675 676 677 |
# File 'sig/types.rbs', line 675 def schedule_expression @schedule_expression end |
#schedule_offset ⇒ ::Integer
Returns the value of attribute schedule_offset.
686 687 688 |
# File 'sig/types.rbs', line 686 def schedule_offset @schedule_offset end |
#sync_compliance ⇒ "AUTO", "MANUAL"
Returns the value of attribute sync_compliance.
682 683 684 |
# File 'sig/types.rbs', line 682 def sync_compliance @sync_compliance end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
689 690 691 |
# File 'sig/types.rbs', line 689 def @tags end |
#target_locations ⇒ ::Array[Types::TargetLocation]
Returns the value of attribute target_locations.
685 686 687 |
# File 'sig/types.rbs', line 685 def target_locations @target_locations end |
#target_maps ⇒ ::Array[::Hash[::String, ::Array[::String]]]
Returns the value of attribute target_maps.
688 689 690 |
# File 'sig/types.rbs', line 688 def target_maps @target_maps end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
674 675 676 |
# File 'sig/types.rbs', line 674 def targets @targets end |