Class: Aws::MediaLive::Types::UpdateEventBridgeRuleTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::UpdateEventBridgeRuleTemplateResponse
- 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
17594 17595 17596 17597 17598 17599 17600 17601 17602 17603 17604 17605 17606 17607 |
# File 'lib/aws-sdk-medialive/types.rb', line 17594 class UpdateEventBridgeRuleTemplateResponse < 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
17594 17595 17596 17597 17598 17599 17600 17601 17602 17603 17604 17605 17606 17607 |
# File 'lib/aws-sdk-medialive/types.rb', line 17594 class UpdateEventBridgeRuleTemplateResponse < Struct.new( :arn, :created_at, :description, :event_targets, :event_type, :group_id, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
17594 17595 17596 17597 17598 17599 17600 17601 17602 17603 17604 17605 17606 17607 |
# File 'lib/aws-sdk-medialive/types.rb', line 17594 class UpdateEventBridgeRuleTemplateResponse < 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>
17594 17595 17596 17597 17598 17599 17600 17601 17602 17603 17604 17605 17606 17607 |
# File 'lib/aws-sdk-medialive/types.rb', line 17594 class UpdateEventBridgeRuleTemplateResponse < 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.
17594 17595 17596 17597 17598 17599 17600 17601 17602 17603 17604 17605 17606 17607 |
# File 'lib/aws-sdk-medialive/types.rb', line 17594 class UpdateEventBridgeRuleTemplateResponse < 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
17594 17595 17596 17597 17598 17599 17600 17601 17602 17603 17604 17605 17606 17607 |
# File 'lib/aws-sdk-medialive/types.rb', line 17594 class UpdateEventBridgeRuleTemplateResponse < Struct.new( :arn, :created_at, :description, :event_targets, :event_type, :group_id, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
17594 17595 17596 17597 17598 17599 17600 17601 17602 17603 17604 17605 17606 17607 |
# File 'lib/aws-sdk-medialive/types.rb', line 17594 class UpdateEventBridgeRuleTemplateResponse < 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
17594 17595 17596 17597 17598 17599 17600 17601 17602 17603 17604 17605 17606 17607 |
# File 'lib/aws-sdk-medialive/types.rb', line 17594 class UpdateEventBridgeRuleTemplateResponse < Struct.new( :arn, :created_at, :description, :event_targets, :event_type, :group_id, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
17594 17595 17596 17597 17598 17599 17600 17601 17602 17603 17604 17605 17606 17607 |
# File 'lib/aws-sdk-medialive/types.rb', line 17594 class UpdateEventBridgeRuleTemplateResponse < 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.
17594 17595 17596 17597 17598 17599 17600 17601 17602 17603 17604 17605 17606 17607 |
# File 'lib/aws-sdk-medialive/types.rb', line 17594 class UpdateEventBridgeRuleTemplateResponse < Struct.new( :arn, :created_at, :description, :event_targets, :event_type, :group_id, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |