Class: Aws::Types::CreateIntegrationResourcePropertyResponse

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)


1580
1581
1582
# File 'sig/types.rbs', line 1580

def resource_arn
  @resource_arn
end

#resource_property_arn::String

Returns the value of attribute resource_property_arn.

Returns:

  • (::String)


1581
1582
1583
# File 'sig/types.rbs', line 1581

def resource_property_arn
  @resource_property_arn
end

#source_processing_propertiesTypes::SourceProcessingProperties

Returns the value of attribute source_processing_properties.



1582
1583
1584
# File 'sig/types.rbs', line 1582

def source_processing_properties
  @source_processing_properties
end

#target_processing_propertiesTypes::TargetProcessingProperties

Returns the value of attribute target_processing_properties.



1583
1584
1585
# File 'sig/types.rbs', line 1583

def target_processing_properties
  @target_processing_properties
end