Class: Aws::MediaLive::Types::CreateEventBridgeRuleTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CreateEventBridgeRuleTemplateResponse
- Defined in:
- gems/aws-sdk-medialive/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
15066 15067 15068 15069 15070 15071 15072 15073 15074 15075 15076 15077 15078 15079 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15066 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
15066 15067 15068 15069 15070 15071 15072 15073 15074 15075 15076 15077 15078 15079 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15066 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
15066 15067 15068 15069 15070 15071 15072 15073 15074 15075 15076 15077 15078 15079 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15066 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>
15066 15067 15068 15069 15070 15071 15072 15073 15074 15075 15076 15077 15078 15079 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15066 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.
15066 15067 15068 15069 15070 15071 15072 15073 15074 15075 15076 15077 15078 15079 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15066 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
15066 15067 15068 15069 15070 15071 15072 15073 15074 15075 15076 15077 15078 15079 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15066 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
15066 15067 15068 15069 15070 15071 15072 15073 15074 15075 15076 15077 15078 15079 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15066 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
15066 15067 15068 15069 15070 15071 15072 15073 15074 15075 15076 15077 15078 15079 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15066 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
15066 15067 15068 15069 15070 15071 15072 15073 15074 15075 15076 15077 15078 15079 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15066 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.
15066 15067 15068 15069 15070 15071 15072 15073 15074 15075 15076 15077 15078 15079 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15066 class CreateEventBridgeRuleTemplateResponse < Struct.new( :arn, :created_at, :description, :event_targets, :event_type, :group_id, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |