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


4690
4691
4692
# File 'sig/types.rbs', line 4690

def additional_encryption_context
  @additional_encryption_context
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


4693
4694
4695
# File 'sig/types.rbs', line 4693

def create_time
  @create_time
end

#data_filter::String

Returns the value of attribute data_filter.

Returns:

  • (::String)


4696
4697
4698
# File 'sig/types.rbs', line 4696

def data_filter
  @data_filter
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4686
4687
4688
# File 'sig/types.rbs', line 4686

def description
  @description
end

#errors::Array[Types::IntegrationError]

Returns the value of attribute errors.

Returns:



4695
4696
4697
# File 'sig/types.rbs', line 4695

def errors
  @errors
end

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:

  • (::String)


4688
4689
4690
# File 'sig/types.rbs', line 4688

def integration_arn
  @integration_arn
end

#integration_configTypes::IntegrationConfig

Returns the value of attribute integration_config.



4694
4695
4696
# File 'sig/types.rbs', line 4694

def integration_config
  @integration_config
end

#integration_name::String

Returns the value of attribute integration_name.

Returns:

  • (::String)


4687
4688
4689
# File 'sig/types.rbs', line 4687

def integration_name
  @integration_name
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


4689
4690
4691
# File 'sig/types.rbs', line 4689

def kms_key_id
  @kms_key_id
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


4684
4685
4686
# File 'sig/types.rbs', line 4684

def source_arn
  @source_arn
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "MODIFYING", "FAILED", "DELETING", "SYNCING", "NEEDS_ATTENTION")


4692
4693
4694
# File 'sig/types.rbs', line 4692

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



4691
4692
4693
# File 'sig/types.rbs', line 4691

def tags
  @tags
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


4685
4686
4687
# File 'sig/types.rbs', line 4685

def target_arn
  @target_arn
end