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
14469 14470 14471 14472 14473 14474 14475 14476 14477 14478 14479 14480 14481 14482 |
# File 'lib/aws-sdk-medialive/types.rb', line 14469 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
14469 14470 14471 14472 14473 14474 14475 14476 14477 14478 14479 14480 14481 14482 |
# File 'lib/aws-sdk-medialive/types.rb', line 14469 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
14469 14470 14471 14472 14473 14474 14475 14476 14477 14478 14479 14480 14481 14482 |
# File 'lib/aws-sdk-medialive/types.rb', line 14469 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>
14469 14470 14471 14472 14473 14474 14475 14476 14477 14478 14479 14480 14481 14482 |
# File 'lib/aws-sdk-medialive/types.rb', line 14469 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.
14469 14470 14471 14472 14473 14474 14475 14476 14477 14478 14479 14480 14481 14482 |
# File 'lib/aws-sdk-medialive/types.rb', line 14469 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
14469 14470 14471 14472 14473 14474 14475 14476 14477 14478 14479 14480 14481 14482 |
# File 'lib/aws-sdk-medialive/types.rb', line 14469 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
14469 14470 14471 14472 14473 14474 14475 14476 14477 14478 14479 14480 14481 14482 |
# File 'lib/aws-sdk-medialive/types.rb', line 14469 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
14469 14470 14471 14472 14473 14474 14475 14476 14477 14478 14479 14480 14481 14482 |
# File 'lib/aws-sdk-medialive/types.rb', line 14469 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
14469 14470 14471 14472 14473 14474 14475 14476 14477 14478 14479 14480 14481 14482 |
# File 'lib/aws-sdk-medialive/types.rb', line 14469 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.
14469 14470 14471 14472 14473 14474 14475 14476 14477 14478 14479 14480 14481 14482 |
# File 'lib/aws-sdk-medialive/types.rb', line 14469 class CreateEventBridgeRuleTemplateResponse < Struct.new( :arn, :created_at, :description, :event_targets, :event_type, :group_id, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |