Class: Aws::Types::IntegrationSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


335
336
337
# File 'sig/types.rbs', line 335

def arn
  @arn
end

#status"ACTIVE", "DELETING"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DELETING")


336
337
338
# File 'sig/types.rbs', line 336

def status
  @status
end