Class: Aws::MediaLive::Types::CreateCloudWatchAlarmTemplateGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CreateCloudWatchAlarmTemplateGroupRequest
- 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
-
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
Instance Attribute Details
#description ⇒ String
14154 14155 14156 14157 14158 14159 14160 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14154 class CreateCloudWatchAlarmTemplateGroupRequest < Struct.new( :description, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
14154 14155 14156 14157 14158 14159 14160 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14154 class CreateCloudWatchAlarmTemplateGroupRequest < Struct.new( :description, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
14154 14155 14156 14157 14158 14159 14160 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14154 class CreateCloudWatchAlarmTemplateGroupRequest < Struct.new( :description, :name, :tags) SENSITIVE = [] include Aws::Structure end |