Class: Aws::Types::CreateIntegrationResourcePropertyRequest

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)


1568
1569
1570
# File 'sig/types.rbs', line 1568

def resource_arn
  @resource_arn
end

#source_processing_propertiesTypes::SourceProcessingProperties

Returns the value of attribute source_processing_properties.



1569
1570
1571
# File 'sig/types.rbs', line 1569

def source_processing_properties
  @source_processing_properties
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1571
1572
1573
# File 'sig/types.rbs', line 1571

def tags
  @tags
end

#target_processing_propertiesTypes::TargetProcessingProperties

Returns the value of attribute target_processing_properties.



1570
1571
1572
# File 'sig/types.rbs', line 1570

def target_processing_properties
  @target_processing_properties
end