Class: Aws::Types::Integration

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])


1746
1747
1748
# File 'sig/types.rbs', line 1746

def additional_encryption_context
  @additional_encryption_context
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


1743
1744
1745
# File 'sig/types.rbs', line 1743

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1744
1745
1746
# File 'sig/types.rbs', line 1744

def description
  @description
end

#errors::Array[Types::IntegrationError]

Returns the value of attribute errors.

Returns:



1742
1743
1744
# File 'sig/types.rbs', line 1742

def errors
  @errors
end

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:

  • (::String)


1737
1738
1739
# File 'sig/types.rbs', line 1737

def integration_arn
  @integration_arn
end

#integration_name::String

Returns the value of attribute integration_name.

Returns:

  • (::String)


1738
1739
1740
# File 'sig/types.rbs', line 1738

def integration_name
  @integration_name
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1745
1746
1747
# File 'sig/types.rbs', line 1745

def kms_key_id
  @kms_key_id
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


1739
1740
1741
# File 'sig/types.rbs', line 1739

def source_arn
  @source_arn
end

#status"creating", ...

Returns the value of attribute status.

Returns:

  • ("creating", "active", "modifying", "failed", "deleting", "syncing", "needs_attention")


1741
1742
1743
# File 'sig/types.rbs', line 1741

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1747
1748
1749
# File 'sig/types.rbs', line 1747

def tags
  @tags
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


1740
1741
1742
# File 'sig/types.rbs', line 1740

def target_arn
  @target_arn
end