Class: Aws::Types::TargetProcessingProperties
- Inherits:
-
Object
- Object
- Aws::Types::TargetProcessingProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#event_bus_arn ⇒ ::String
Returns the value of attribute event_bus_arn.
-
#kms_arn ⇒ ::String
Returns the value of attribute kms_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
7622 7623 7624 |
# File 'sig/types.rbs', line 7622 def connection_name @connection_name end |
#event_bus_arn ⇒ ::String
Returns the value of attribute event_bus_arn.
7623 7624 7625 |
# File 'sig/types.rbs', line 7623 def event_bus_arn @event_bus_arn end |
#kms_arn ⇒ ::String
Returns the value of attribute kms_arn.
7621 7622 7623 |
# File 'sig/types.rbs', line 7621 def kms_arn @kms_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
7620 7621 7622 |
# File 'sig/types.rbs', line 7620 def role_arn @role_arn end |