Class: Aws::Types::AssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssociationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#mode ⇒ "LIVE", "DRY_RUN"
Returns the value of attribute mode.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
204 205 206 |
# File 'sig/types.rbs', line 204 def arn @arn end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
203 204 205 |
# File 'sig/types.rbs', line 203 def association_id @association_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
207 208 209 |
# File 'sig/types.rbs', line 207 def created_at @created_at end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
209 210 211 |
# File 'sig/types.rbs', line 209 def expires_at @expires_at end |
#mode ⇒ "LIVE", "DRY_RUN"
Returns the value of attribute mode.
206 207 208 |
# File 'sig/types.rbs', line 206 def mode @mode end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
205 206 207 |
# File 'sig/types.rbs', line 205 def rule_id @rule_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
208 209 210 |
# File 'sig/types.rbs', line 208 def updated_at @updated_at end |