Class: Aws::Types::CreateIntegrationMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_encryption_context::Hash[::String, ::String]

Returns the value of attribute additional_encryption_context.

Returns:

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


674
675
676
# File 'sig/types.rbs', line 674

def additional_encryption_context
  @additional_encryption_context
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


675
676
677
# File 'sig/types.rbs', line 675

def description
  @description
end

#integration_name::String

Returns the value of attribute integration_name.

Returns:

  • (::String)


671
672
673
# File 'sig/types.rbs', line 671

def integration_name
  @integration_name
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


672
673
674
# File 'sig/types.rbs', line 672

def kms_key_id
  @kms_key_id
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


669
670
671
# File 'sig/types.rbs', line 669

def source_arn
  @source_arn
end

#tag_list::Array[Types::Tag]

Returns the value of attribute tag_list.

Returns:



673
674
675
# File 'sig/types.rbs', line 673

def tag_list
  @tag_list
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


670
671
672
# File 'sig/types.rbs', line 670

def target_arn
  @target_arn
end