Class: Aws::Types::TargetProcessingProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


7654
7655
7656
# File 'sig/types.rbs', line 7654

def connection_name
  @connection_name
end

#event_bus_arn::String

Returns the value of attribute event_bus_arn.

Returns:

  • (::String)


7655
7656
7657
# File 'sig/types.rbs', line 7655

def event_bus_arn
  @event_bus_arn
end

#kms_arn::String

Returns the value of attribute kms_arn.

Returns:

  • (::String)


7653
7654
7655
# File 'sig/types.rbs', line 7653

def kms_arn
  @kms_arn
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


7652
7653
7654
# File 'sig/types.rbs', line 7652

def role_arn
  @role_arn
end