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)


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

def resource_arn
  @resource_arn
end

#source_processing_propertiesTypes::SourceProcessingProperties

Returns the value of attribute source_processing_properties.



1573
1574
1575
# File 'sig/types.rbs', line 1573

def source_processing_properties
  @source_processing_properties
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1575
1576
1577
# File 'sig/types.rbs', line 1575

def tags
  @tags
end

#target_processing_propertiesTypes::TargetProcessingProperties

Returns the value of attribute target_processing_properties.



1574
1575
1576
# File 'sig/types.rbs', line 1574

def target_processing_properties
  @target_processing_properties
end