Class: Aws::MediaLive::Types::CreateCloudWatchAlarmTemplateGroupRequestContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CreateCloudWatchAlarmTemplateGroupRequestContent
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A resource's optional description.
-
#name ⇒ String
A resource's name.
-
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
Instance Attribute Details
#description ⇒ String
A resource's optional description.
14017 14018 14019 14020 14021 14022 14023 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14017 class CreateCloudWatchAlarmTemplateGroupRequestContent < Struct.new( :description, :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.
14017 14018 14019 14020 14021 14022 14023 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14017 class CreateCloudWatchAlarmTemplateGroupRequestContent < Struct.new( :description, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
14017 14018 14019 14020 14021 14022 14023 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14017 class CreateCloudWatchAlarmTemplateGroupRequestContent < Struct.new( :description, :name, :tags) SENSITIVE = [] include Aws::Structure end |