Class: Aws::Types::ModifyIntegrationResponse

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


5716
5717
5718
# File 'sig/types.rbs', line 5716

def additional_encryption_context
  @additional_encryption_context
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


5719
5720
5721
# File 'sig/types.rbs', line 5719

def create_time
  @create_time
end

#data_filter::String

Returns the value of attribute data_filter.

Returns:

  • (::String)


5721
5722
5723
# File 'sig/types.rbs', line 5721

def data_filter
  @data_filter
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5713
5714
5715
# File 'sig/types.rbs', line 5713

def description
  @description
end

#errors::Array[Types::IntegrationError]

Returns the value of attribute errors.

Returns:



5720
5721
5722
# File 'sig/types.rbs', line 5720

def errors
  @errors
end

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:

  • (::String)


5714
5715
5716
# File 'sig/types.rbs', line 5714

def integration_arn
  @integration_arn
end

#integration_configTypes::IntegrationConfig

Returns the value of attribute integration_config.



5722
5723
5724
# File 'sig/types.rbs', line 5722

def integration_config
  @integration_config
end

#integration_name::String

Returns the value of attribute integration_name.

Returns:

  • (::String)


5712
5713
5714
# File 'sig/types.rbs', line 5712

def integration_name
  @integration_name
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


5715
5716
5717
# File 'sig/types.rbs', line 5715

def kms_key_id
  @kms_key_id
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


5710
5711
5712
# File 'sig/types.rbs', line 5710

def source_arn
  @source_arn
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


5718
5719
5720
# File 'sig/types.rbs', line 5718

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



5717
5718
5719
# File 'sig/types.rbs', line 5717

def tags
  @tags
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


5711
5712
5713
# File 'sig/types.rbs', line 5711

def target_arn
  @target_arn
end