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


2736
2737
2738
# File 'sig/types.rbs', line 2736

def additional_encryption_context
  @additional_encryption_context
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


2741
2742
2743
# File 'sig/types.rbs', line 2741

def create_time
  @create_time
end

#data_filter::String

Returns the value of attribute data_filter.

Returns:

  • (::String)


2739
2740
2741
# File 'sig/types.rbs', line 2739

def data_filter
  @data_filter
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2740
2741
2742
# File 'sig/types.rbs', line 2740

def description
  @description
end

#errors::Array[Types::IntegrationError]

Returns the value of attribute errors.

Returns:



2742
2743
2744
# File 'sig/types.rbs', line 2742

def errors
  @errors
end

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:

  • (::String)


2734
2735
2736
# File 'sig/types.rbs', line 2734

def integration_arn
  @integration_arn
end

#integration_name::String

Returns the value of attribute integration_name.

Returns:

  • (::String)


2733
2734
2735
# File 'sig/types.rbs', line 2733

def integration_name
  @integration_name
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


2735
2736
2737
# File 'sig/types.rbs', line 2735

def kms_key_id
  @kms_key_id
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


2731
2732
2733
# File 'sig/types.rbs', line 2731

def source_arn
  @source_arn
end

#status"creating", ...

Returns the value of attribute status.

Returns:

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


2737
2738
2739
# File 'sig/types.rbs', line 2737

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2738
2739
2740
# File 'sig/types.rbs', line 2738

def tags
  @tags
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


2732
2733
2734
# File 'sig/types.rbs', line 2732

def target_arn
  @target_arn
end