Class: Aws::Types::CreateAssociationBatchRequestEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_configurationTypes::AlarmConfiguration

Returns the value of attribute alarm_configuration.



659
660
661
# File 'sig/types.rbs', line 659

def alarm_configuration
  @alarm_configuration
end

#apply_only_at_cron_intervalBoolean

Returns the value of attribute apply_only_at_cron_interval.

Returns:

  • (Boolean)


653
654
655
# File 'sig/types.rbs', line 653

def apply_only_at_cron_interval
  @apply_only_at_cron_interval
end

#association_name::String

Returns the value of attribute association_name.

Returns:

  • (::String)


648
649
650
# File 'sig/types.rbs', line 648

def association_name
  @association_name
end

#automation_target_parameter_name::String

Returns the value of attribute automation_target_parameter_name.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def automation_target_parameter_name
  @automation_target_parameter_name
end

#calendar_names::Array[::String]

Returns the value of attribute calendar_names.

Returns:

  • (::Array[::String])


654
655
656
# File 'sig/types.rbs', line 654

def calendar_names
  @calendar_names
end

#compliance_severity"CRITICAL", ...

Returns the value of attribute compliance_severity.

Returns:

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


651
652
653
# File 'sig/types.rbs', line 651

def compliance_severity
  @compliance_severity
end

#document_version::String

Returns the value of attribute document_version.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def document_version
  @document_version
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


657
658
659
# File 'sig/types.rbs', line 657

def duration
  @duration
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


641
642
643
# File 'sig/types.rbs', line 641

def instance_id
  @instance_id
end

#max_concurrency::String

Returns the value of attribute max_concurrency.

Returns:

  • (::String)


650
651
652
# File 'sig/types.rbs', line 650

def max_concurrency
  @max_concurrency
end

#max_errors::String

Returns the value of attribute max_errors.

Returns:

  • (::String)


649
650
651
# File 'sig/types.rbs', line 649

def max_errors
  @max_errors
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


640
641
642
# File 'sig/types.rbs', line 640

def name
  @name
end

#output_locationTypes::InstanceAssociationOutputLocation

Returns the value of attribute output_location.



647
648
649
# File 'sig/types.rbs', line 647

def output_location
  @output_location
end

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

Returns the value of attribute parameters.

Returns:

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


642
643
644
# File 'sig/types.rbs', line 642

def parameters
  @parameters
end

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def schedule_expression
  @schedule_expression
end

#schedule_offset::Integer

Returns the value of attribute schedule_offset.

Returns:

  • (::Integer)


656
657
658
# File 'sig/types.rbs', line 656

def schedule_offset
  @schedule_offset
end

#sync_compliance"AUTO", "MANUAL"

Returns the value of attribute sync_compliance.

Returns:

  • ("AUTO", "MANUAL")


652
653
654
# File 'sig/types.rbs', line 652

def sync_compliance
  @sync_compliance
end

#target_locations::Array[Types::TargetLocation]

Returns the value of attribute target_locations.

Returns:



655
656
657
# File 'sig/types.rbs', line 655

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]]])


658
659
660
# File 'sig/types.rbs', line 658

def target_maps
  @target_maps
end

#targets::Array[Types::Target]

Returns the value of attribute targets.

Returns:



645
646
647
# File 'sig/types.rbs', line 645

def targets
  @targets
end