Class: Aws::MediaLive::Types::CreateEventBridgeRuleTemplateGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CreateEventBridgeRuleTemplateGroupRequest
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
-
#name ⇒ String
-
#request_id ⇒ String
A suitable default value is auto-generated. You should normally not need to pass this option.
-
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
Instance Attribute Details
#description ⇒ String
14635 14636 14637 14638 14639 14640 14641 14642 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14635 class CreateEventBridgeRuleTemplateGroupRequest < Struct.new( :description, :name, :tags, :request_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
14635 14636 14637 14638 14639 14640 14641 14642 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14635 class CreateEventBridgeRuleTemplateGroupRequest < Struct.new( :description, :name, :tags, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
A suitable default value is auto-generated. You should normally not need to pass this option.
14635 14636 14637 14638 14639 14640 14641 14642 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14635 class CreateEventBridgeRuleTemplateGroupRequest < Struct.new( :description, :name, :tags, :request_id) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
14635 14636 14637 14638 14639 14640 14641 14642 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14635 class CreateEventBridgeRuleTemplateGroupRequest < Struct.new( :description, :name, :tags, :request_id) SENSITIVE = [] include Aws::Structure end |