Class: Aws::Types::GetCodeSecurityIntegrationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:

  • (::String)


1663
1664
1665
# File 'sig/types.rbs', line 1663

def integration_arn
  @integration_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1664
1665
1666
# File 'sig/types.rbs', line 1664

def tags
  @tags
end