Class: Aws::Types::IntegrationSummary
- Inherits:
-
Object
- Object
- Aws::Types::IntegrationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#status ⇒ "ACTIVE", "DELETING"
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
340 341 342 |
# File 'sig/types.rbs', line 340 def arn @arn end |
#status ⇒ "ACTIVE", "DELETING"
Returns the value of attribute status.
341 342 343 |
# File 'sig/types.rbs', line 341 def status @status end |