Class: Aws::Types::AssociationVersionInfo
- Inherits:
-
Object
- Object
- Aws::Types::AssociationVersionInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#calendar_names ⇒ ::Array[::String]
Returns the value of attribute calendar_names.
-
#compliance_severity ⇒ "CRITICAL", ...
Returns the value of attribute compliance_severity.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#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
#apply_only_at_cron_interval ⇒ Boolean
Returns the value of attribute apply_only_at_cron_interval.
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.
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.
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.
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.
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.
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.
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.
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.
217 218 219 |
# File 'sig/types.rbs', line 217 def document_version @document_version end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
231 232 233 |
# File 'sig/types.rbs', line 231 def duration @duration end |
#max_concurrency ⇒ ::String
Returns the value of attribute max_concurrency.
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.
223 224 225 |
# File 'sig/types.rbs', line 223 def max_errors @max_errors end |
#name ⇒ ::String
Returns the value of attribute name.
216 217 218 |
# File 'sig/types.rbs', line 216 def name @name end |
#output_location ⇒ Types::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.
218 219 220 |
# File 'sig/types.rbs', line 218 def parameters @parameters end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
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.
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.
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.
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.
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.
219 220 221 |
# File 'sig/types.rbs', line 219 def targets @targets end |