Class: Aws::Types::ModifyIntegrationMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2112
2113
2114
# File 'sig/types.rbs', line 2112

def description
  @description
end

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:

  • (::String)


2111
2112
2113
# File 'sig/types.rbs', line 2111

def integration_arn
  @integration_arn
end

#integration_name::String

Returns the value of attribute integration_name.

Returns:

  • (::String)


2113
2114
2115
# File 'sig/types.rbs', line 2113

def integration_name
  @integration_name
end