Class: Aws::Types::UpdateIntegrationResourcePropertyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


8053
8054
8055
# File 'sig/types.rbs', line 8053

def resource_arn
  @resource_arn
end

#source_processing_propertiesTypes::SourceProcessingProperties

Returns the value of attribute source_processing_properties.



8054
8055
8056
# File 'sig/types.rbs', line 8054

def source_processing_properties
  @source_processing_properties
end

#target_processing_propertiesTypes::TargetProcessingProperties

Returns the value of attribute target_processing_properties.



8055
8056
8057
# File 'sig/types.rbs', line 8055

def target_processing_properties
  @target_processing_properties
end