Class: Aws::MediaLive::Types::CreateCloudWatchAlarmTemplateGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CreateCloudWatchAlarmTemplateGroupRequest
- Includes:
- Structure
- Defined in:
- 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
13986 13987 13988 13989 13990 13991 13992 |
# File 'lib/aws-sdk-medialive/types.rb', line 13986 class CreateCloudWatchAlarmTemplateGroupRequest < Struct.new( :description, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
13986 13987 13988 13989 13990 13991 13992 |
# File 'lib/aws-sdk-medialive/types.rb', line 13986 class CreateCloudWatchAlarmTemplateGroupRequest < Struct.new( :description, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
13986 13987 13988 13989 13990 13991 13992 |
# File 'lib/aws-sdk-medialive/types.rb', line 13986 class CreateCloudWatchAlarmTemplateGroupRequest < Struct.new( :description, :name, :tags) SENSITIVE = [] include Aws::Structure end |