Class: Aws::Types::Association
- Inherits:
-
Object
- Object
- Aws::Types::Association
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#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.
-
#last_execution_date ⇒ ::Time
Returns the value of attribute last_execution_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#overview ⇒ Types::AssociationOverview
Returns the value of attribute overview.
-
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
-
#schedule_offset ⇒ ::Integer
Returns the value of attribute schedule_offset.
-
#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
#association_id ⇒ ::String
Returns the value of attribute association_id.
87 88 89 |
# File 'sig/types.rbs', line 87 def association_id @association_id end |
#association_name ⇒ ::String
Returns the value of attribute association_name.
94 95 96 |
# File 'sig/types.rbs', line 94 def association_name @association_name end |
#association_version ⇒ ::String
Returns the value of attribute association_version.
88 89 90 |
# File 'sig/types.rbs', line 88 def association_version @association_version end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
89 90 91 |
# File 'sig/types.rbs', line 89 def document_version @document_version end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
96 97 98 |
# File 'sig/types.rbs', line 96 def duration @duration end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
86 87 88 |
# File 'sig/types.rbs', line 86 def instance_id @instance_id end |
#last_execution_date ⇒ ::Time
Returns the value of attribute last_execution_date.
91 92 93 |
# File 'sig/types.rbs', line 91 def last_execution_date @last_execution_date end |
#name ⇒ ::String
Returns the value of attribute name.
85 86 87 |
# File 'sig/types.rbs', line 85 def name @name end |
#overview ⇒ Types::AssociationOverview
Returns the value of attribute overview.
92 93 94 |
# File 'sig/types.rbs', line 92 def overview @overview end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
93 94 95 |
# File 'sig/types.rbs', line 93 def schedule_expression @schedule_expression end |
#schedule_offset ⇒ ::Integer
Returns the value of attribute schedule_offset.
95 96 97 |
# File 'sig/types.rbs', line 95 def schedule_offset @schedule_offset end |
#target_maps ⇒ ::Array[::Hash[::String, ::Array[::String]]]
Returns the value of attribute target_maps.
97 98 99 |
# File 'sig/types.rbs', line 97 def target_maps @target_maps end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
90 91 92 |
# File 'sig/types.rbs', line 90 def targets @targets end |