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.
335 336 337 |
# File 'sig/types.rbs', line 335 def arn @arn end |
#status ⇒ "ACTIVE", "DELETING"
Returns the value of attribute status.
336 337 338 |
# File 'sig/types.rbs', line 336 def status @status end |