Class: Aws::MediaLive::Types::CloudWatchAlarmTemplateGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CloudWatchAlarmTemplateGroupSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
A cloudwatch alarm template group’s ARN (Amazon Resource Name).
- #created_at ⇒ Time
-
#description ⇒ String
A resource’s optional description.
-
#id ⇒ String
A cloudwatch alarm template group’s id.
- #modified_at ⇒ Time
-
#name ⇒ String
A resource’s name.
-
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
-
#template_count ⇒ Integer
The number of templates in a group.
Instance Attribute Details
#arn ⇒ String
A cloudwatch alarm template group’s ARN (Amazon Resource Name)
13847 13848 13849 13850 13851 13852 13853 13854 13855 13856 13857 13858 |
# File 'lib/aws-sdk-medialive/types.rb', line 13847 class CloudWatchAlarmTemplateGroupSummary < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags, :template_count) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
13847 13848 13849 13850 13851 13852 13853 13854 13855 13856 13857 13858 |
# File 'lib/aws-sdk-medialive/types.rb', line 13847 class CloudWatchAlarmTemplateGroupSummary < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags, :template_count) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A resource’s optional description.
13847 13848 13849 13850 13851 13852 13853 13854 13855 13856 13857 13858 |
# File 'lib/aws-sdk-medialive/types.rb', line 13847 class CloudWatchAlarmTemplateGroupSummary < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags, :template_count) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A cloudwatch alarm template group’s id. AWS provided template groups have ids that start with ‘aws-`
13847 13848 13849 13850 13851 13852 13853 13854 13855 13856 13857 13858 |
# File 'lib/aws-sdk-medialive/types.rb', line 13847 class CloudWatchAlarmTemplateGroupSummary < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags, :template_count) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
13847 13848 13849 13850 13851 13852 13853 13854 13855 13856 13857 13858 |
# File 'lib/aws-sdk-medialive/types.rb', line 13847 class CloudWatchAlarmTemplateGroupSummary < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags, :template_count) 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.
13847 13848 13849 13850 13851 13852 13853 13854 13855 13856 13857 13858 |
# File 'lib/aws-sdk-medialive/types.rb', line 13847 class CloudWatchAlarmTemplateGroupSummary < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags, :template_count) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
13847 13848 13849 13850 13851 13852 13853 13854 13855 13856 13857 13858 |
# File 'lib/aws-sdk-medialive/types.rb', line 13847 class CloudWatchAlarmTemplateGroupSummary < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags, :template_count) SENSITIVE = [] include Aws::Structure end |
#template_count ⇒ Integer
The number of templates in a group.
13847 13848 13849 13850 13851 13852 13853 13854 13855 13856 13857 13858 |
# File 'lib/aws-sdk-medialive/types.rb', line 13847 class CloudWatchAlarmTemplateGroupSummary < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags, :template_count) SENSITIVE = [] include Aws::Structure end |