Class: Aws::Types::AssociationDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_configurationTypes::AlarmConfiguration

Returns the value of attribute alarm_configuration.

Returns:



132
133
134
# File 'sig/types.rbs', line 132

def alarm_configuration
  @alarm_configuration
end

#apply_only_at_cron_intervalBoolean

Returns the value of attribute apply_only_at_cron_interval.

Returns:



126
127
128
# File 'sig/types.rbs', line 126

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:



134
135
136
# File 'sig/types.rbs', line 134

def association_dispatch_assume_role
  @association_dispatch_assume_role
end

#association_id::String

Returns the value of attribute association_id.

Returns:



115
116
117
# File 'sig/types.rbs', line 115

def association_id
  @association_id
end

#association_name::String

Returns the value of attribute association_name.

Returns:



121
122
123
# File 'sig/types.rbs', line 121

def association_name
  @association_name
end

#association_version::String

Returns the value of attribute association_version.

Returns:



107
108
109
# File 'sig/types.rbs', line 107

def association_version
  @association_version
end

#automation_target_parameter_name::String

Returns the value of attribute automation_target_parameter_name.

Returns:



113
114
115
# File 'sig/types.rbs', line 113

def automation_target_parameter_name
  @automation_target_parameter_name
end

#calendar_names::Array[::String]

Returns the value of attribute calendar_names.

Returns:



127
128
129
# File 'sig/types.rbs', line 127

def calendar_names
  @calendar_names
end

#compliance_severity"CRITICAL", ...

Returns the value of attribute compliance_severity.

Returns:



124
125
126
# File 'sig/types.rbs', line 124

def compliance_severity
  @compliance_severity
end

#date::Time

Returns the value of attribute date.

Returns:



108
109
110
# File 'sig/types.rbs', line 108

def date
  @date
end

#document_version::String

Returns the value of attribute document_version.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def document_version
  @document_version
end

#duration::Integer

Returns the value of attribute duration.

Returns:



130
131
132
# File 'sig/types.rbs', line 130

def duration
  @duration
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:



106
107
108
# File 'sig/types.rbs', line 106

def instance_id
  @instance_id
end

#last_execution_date::Time

Returns the value of attribute last_execution_date.

Returns:



119
120
121
# File 'sig/types.rbs', line 119

def last_execution_date
  @last_execution_date
end

#last_successful_execution_date::Time

Returns the value of attribute last_successful_execution_date.

Returns:



120
121
122
# File 'sig/types.rbs', line 120

def last_successful_execution_date
  @last_successful_execution_date
end

#last_update_association_date::Time

Returns the value of attribute last_update_association_date.

Returns:



109
110
111
# File 'sig/types.rbs', line 109

def last_update_association_date
  @last_update_association_date
end

#max_concurrency::String

Returns the value of attribute max_concurrency.

Returns:



123
124
125
# File 'sig/types.rbs', line 123

def max_concurrency
  @max_concurrency
end

#max_errors::String

Returns the value of attribute max_errors.

Returns:



122
123
124
# File 'sig/types.rbs', line 122

def max_errors
  @max_errors
end

#name::String

Returns the value of attribute name.

Returns:



105
106
107
# File 'sig/types.rbs', line 105

def name
  @name
end

#output_locationTypes::InstanceAssociationOutputLocation

Returns the value of attribute output_location.

Returns:



118
119
120
# File 'sig/types.rbs', line 118

def output_location
  @output_location
end

#overviewTypes::AssociationOverview

Returns the value of attribute overview.

Returns:



111
112
113
# File 'sig/types.rbs', line 111

def overview
  @overview
end

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

Returns the value of attribute parameters.

Returns:



114
115
116
# File 'sig/types.rbs', line 114

def parameters
  @parameters
end

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:



117
118
119
# File 'sig/types.rbs', line 117

def schedule_expression
  @schedule_expression
end

#schedule_offset::Integer

Returns the value of attribute schedule_offset.

Returns:



129
130
131
# File 'sig/types.rbs', line 129

def schedule_offset
  @schedule_offset
end

#statusTypes::AssociationStatus

Returns the value of attribute status.

Returns:



110
111
112
# File 'sig/types.rbs', line 110

def status
  @status
end

#sync_compliance"AUTO", "MANUAL"

Returns the value of attribute sync_compliance.

Returns:



125
126
127
# File 'sig/types.rbs', line 125

def sync_compliance
  @sync_compliance
end

#target_locations::Array[Types::TargetLocation]

Returns the value of attribute target_locations.

Returns:



128
129
130
# File 'sig/types.rbs', line 128

def target_locations
  @target_locations
end

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

Returns the value of attribute target_maps.

Returns:



131
132
133
# File 'sig/types.rbs', line 131

def target_maps
  @target_maps
end

#targets::Array[Types::Target]

Returns the value of attribute targets.

Returns:



116
117
118
# File 'sig/types.rbs', line 116

def targets
  @targets
end

#triggered_alarms::Array[Types::AlarmStateInformation]

Returns the value of attribute triggered_alarms.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def triggered_alarms
  @triggered_alarms
end