Class: Aws::Types::AssociationDetail
- Inherits:
-
Object
- Object
- Aws::Types::AssociationDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#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
#account_id ⇒ ::String
Returns the value of attribute account_id.
194 195 196 |
# File 'sig/types.rbs', line 194 def account_id @account_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
192 193 194 |
# File 'sig/types.rbs', line 192 def arn @arn end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
191 192 193 |
# File 'sig/types.rbs', line 191 def association_id @association_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
196 197 198 |
# File 'sig/types.rbs', line 196 def created_at @created_at end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
198 199 200 |
# File 'sig/types.rbs', line 198 def expires_at @expires_at end |
#mode ⇒ "LIVE", "DRY_RUN"
Returns the value of attribute mode.
195 196 197 |
# File 'sig/types.rbs', line 195 def mode @mode end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
193 194 195 |
# File 'sig/types.rbs', line 193 def rule_id @rule_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
197 198 199 |
# File 'sig/types.rbs', line 197 def updated_at @updated_at end |