Class: Aws::MediaLive::Types::UpdateEventBridgeRuleTemplateResponseContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::UpdateEventBridgeRuleTemplateResponseContent
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
An eventbridge rule template's ARN (Amazon Resource Name).
-
#created_at ⇒ Time
-
#description ⇒ String
A resource's optional description.
-
#event_targets ⇒ Array<Types::EventBridgeRuleTemplateTarget>
-
#event_type ⇒ String
The type of event to match with the rule.
-
#group_id ⇒ String
An eventbridge rule template group's id.
-
#id ⇒ String
An eventbridge rule template's id.
-
#modified_at ⇒ Time
-
#name ⇒ String
A resource's name.
-
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
Instance Attribute Details
#arn ⇒ String
An eventbridge rule template's ARN (Amazon Resource Name)
17891 17892 17893 17894 17895 17896 17897 17898 17899 17900 17901 17902 17903 17904 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 17891 class UpdateEventBridgeRuleTemplateResponseContent < 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
17891 17892 17893 17894 17895 17896 17897 17898 17899 17900 17901 17902 17903 17904 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 17891 class UpdateEventBridgeRuleTemplateResponseContent < Struct.new( :arn, :created_at, :description, :event_targets, :event_type, :group_id, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A resource's optional description.
17891 17892 17893 17894 17895 17896 17897 17898 17899 17900 17901 17902 17903 17904 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 17891 class UpdateEventBridgeRuleTemplateResponseContent < 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>
17891 17892 17893 17894 17895 17896 17897 17898 17899 17900 17901 17902 17903 17904 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 17891 class UpdateEventBridgeRuleTemplateResponseContent < 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.
17891 17892 17893 17894 17895 17896 17897 17898 17899 17900 17901 17902 17903 17904 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 17891 class UpdateEventBridgeRuleTemplateResponseContent < 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
An eventbridge rule template group's id. AWS provided template
groups have ids that start with aws-
17891 17892 17893 17894 17895 17896 17897 17898 17899 17900 17901 17902 17903 17904 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 17891 class UpdateEventBridgeRuleTemplateResponseContent < Struct.new( :arn, :created_at, :description, :event_targets, :event_type, :group_id, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
An eventbridge rule template's id. AWS provided templates have ids
that start with aws-
17891 17892 17893 17894 17895 17896 17897 17898 17899 17900 17901 17902 17903 17904 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 17891 class UpdateEventBridgeRuleTemplateResponseContent < 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
17891 17892 17893 17894 17895 17896 17897 17898 17899 17900 17901 17902 17903 17904 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 17891 class UpdateEventBridgeRuleTemplateResponseContent < Struct.new( :arn, :created_at, :description, :event_targets, :event_type, :group_id, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A resource's name. Names must be unique within the scope of a resource type in a specific region.
17891 17892 17893 17894 17895 17896 17897 17898 17899 17900 17901 17902 17903 17904 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 17891 class UpdateEventBridgeRuleTemplateResponseContent < 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.
17891 17892 17893 17894 17895 17896 17897 17898 17899 17900 17901 17902 17903 17904 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 17891 class UpdateEventBridgeRuleTemplateResponseContent < Struct.new( :arn, :created_at, :description, :event_targets, :event_type, :group_id, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |