Class: Aws::MediaLive::Types::UpdateEventBridgeRuleTemplateGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::UpdateEventBridgeRuleTemplateGroupResponse
- 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
-
#id ⇒ String
-
#modified_at ⇒ Time
-
#name ⇒ String
-
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
Instance Attribute Details
#arn ⇒ String
18078 18079 18080 18081 18082 18083 18084 18085 18086 18087 18088 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18078 class UpdateEventBridgeRuleTemplateGroupResponse < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
18078 18079 18080 18081 18082 18083 18084 18085 18086 18087 18088 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18078 class UpdateEventBridgeRuleTemplateGroupResponse < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
18078 18079 18080 18081 18082 18083 18084 18085 18086 18087 18088 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18078 class UpdateEventBridgeRuleTemplateGroupResponse < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
18078 18079 18080 18081 18082 18083 18084 18085 18086 18087 18088 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18078 class UpdateEventBridgeRuleTemplateGroupResponse < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
18078 18079 18080 18081 18082 18083 18084 18085 18086 18087 18088 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18078 class UpdateEventBridgeRuleTemplateGroupResponse < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
18078 18079 18080 18081 18082 18083 18084 18085 18086 18087 18088 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18078 class UpdateEventBridgeRuleTemplateGroupResponse < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
18078 18079 18080 18081 18082 18083 18084 18085 18086 18087 18088 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 18078 class UpdateEventBridgeRuleTemplateGroupResponse < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |