Class: Aws::MediaLive::Types::CreateEventBridgeRuleTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CreateEventBridgeRuleTemplateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #arn ⇒ String
- #created_at ⇒ Time
- #description ⇒ String
- #event_targets ⇒ Array<Types::EventBridgeRuleTemplateTarget>
-
#event_type ⇒ String
The type of event to match with the rule.
- #group_id ⇒ String
- #id ⇒ String
- #modified_at ⇒ Time
- #name ⇒ String
-
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
Instance Attribute Details
#arn ⇒ String
14652 14653 14654 14655 14656 14657 14658 14659 14660 14661 14662 14663 14664 14665 |
# File 'lib/aws-sdk-medialive/types.rb', line 14652 class CreateEventBridgeRuleTemplateResponse < Struct.new( :arn, :created_at, :description, :event_targets, :event_type, :group_id, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
14652 14653 14654 14655 14656 14657 14658 14659 14660 14661 14662 14663 14664 14665 |
# File 'lib/aws-sdk-medialive/types.rb', line 14652 class CreateEventBridgeRuleTemplateResponse < Struct.new( :arn, :created_at, :description, :event_targets, :event_type, :group_id, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
14652 14653 14654 14655 14656 14657 14658 14659 14660 14661 14662 14663 14664 14665 |
# File 'lib/aws-sdk-medialive/types.rb', line 14652 class CreateEventBridgeRuleTemplateResponse < Struct.new( :arn, :created_at, :description, :event_targets, :event_type, :group_id, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#event_targets ⇒ Array<Types::EventBridgeRuleTemplateTarget>
14652 14653 14654 14655 14656 14657 14658 14659 14660 14661 14662 14663 14664 14665 |
# File 'lib/aws-sdk-medialive/types.rb', line 14652 class CreateEventBridgeRuleTemplateResponse < Struct.new( :arn, :created_at, :description, :event_targets, :event_type, :group_id, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
The type of event to match with the rule.
14652 14653 14654 14655 14656 14657 14658 14659 14660 14661 14662 14663 14664 14665 |
# File 'lib/aws-sdk-medialive/types.rb', line 14652 class CreateEventBridgeRuleTemplateResponse < Struct.new( :arn, :created_at, :description, :event_targets, :event_type, :group_id, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#group_id ⇒ String
14652 14653 14654 14655 14656 14657 14658 14659 14660 14661 14662 14663 14664 14665 |
# File 'lib/aws-sdk-medialive/types.rb', line 14652 class CreateEventBridgeRuleTemplateResponse < Struct.new( :arn, :created_at, :description, :event_targets, :event_type, :group_id, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
14652 14653 14654 14655 14656 14657 14658 14659 14660 14661 14662 14663 14664 14665 |
# File 'lib/aws-sdk-medialive/types.rb', line 14652 class CreateEventBridgeRuleTemplateResponse < Struct.new( :arn, :created_at, :description, :event_targets, :event_type, :group_id, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
14652 14653 14654 14655 14656 14657 14658 14659 14660 14661 14662 14663 14664 14665 |
# File 'lib/aws-sdk-medialive/types.rb', line 14652 class CreateEventBridgeRuleTemplateResponse < Struct.new( :arn, :created_at, :description, :event_targets, :event_type, :group_id, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
14652 14653 14654 14655 14656 14657 14658 14659 14660 14661 14662 14663 14664 14665 |
# File 'lib/aws-sdk-medialive/types.rb', line 14652 class CreateEventBridgeRuleTemplateResponse < Struct.new( :arn, :created_at, :description, :event_targets, :event_type, :group_id, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
14652 14653 14654 14655 14656 14657 14658 14659 14660 14661 14662 14663 14664 14665 |
# File 'lib/aws-sdk-medialive/types.rb', line 14652 class CreateEventBridgeRuleTemplateResponse < Struct.new( :arn, :created_at, :description, :event_targets, :event_type, :group_id, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |