Class: Aws::Types::PipeTargetEventBridgeEventBusParameters
- Inherits:
-
Object
- Object
- Aws::Types::PipeTargetEventBridgeEventBusParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detail_type ⇒ ::String
Returns the value of attribute detail_type.
-
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
-
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#time ⇒ ::String
Returns the value of attribute time.
Instance Attribute Details
#detail_type ⇒ ::String
Returns the value of attribute detail_type.
478 479 480 |
# File 'sig/types.rbs', line 478 def detail_type @detail_type end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
477 478 479 |
# File 'sig/types.rbs', line 477 def endpoint_id @endpoint_id end |
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
480 481 482 |
# File 'sig/types.rbs', line 480 def resources @resources end |
#source ⇒ ::String
Returns the value of attribute source.
479 480 481 |
# File 'sig/types.rbs', line 479 def source @source end |
#time ⇒ ::String
Returns the value of attribute time.
481 482 483 |
# File 'sig/types.rbs', line 481 def time @time end |