Class: Aws::MediaLive::Types::GetCloudWatchAlarmTemplateGroupResponseContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::GetCloudWatchAlarmTemplateGroupResponseContent
- Defined in:
- gems/aws-sdk-medialive/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.
Instance Attribute Details
#arn ⇒ String
A cloudwatch alarm template group's ARN (Amazon Resource Name)
15381 15382 15383 15384 15385 15386 15387 15388 15389 15390 15391 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15381 class GetCloudWatchAlarmTemplateGroupResponseContent < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
15381 15382 15383 15384 15385 15386 15387 15388 15389 15390 15391 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15381 class GetCloudWatchAlarmTemplateGroupResponseContent < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A resource's optional description.
15381 15382 15383 15384 15385 15386 15387 15388 15389 15390 15391 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15381 class GetCloudWatchAlarmTemplateGroupResponseContent < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A cloudwatch alarm template group's id. AWS provided template
groups have ids that start with aws-
15381 15382 15383 15384 15385 15386 15387 15388 15389 15390 15391 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15381 class GetCloudWatchAlarmTemplateGroupResponseContent < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
15381 15382 15383 15384 15385 15386 15387 15388 15389 15390 15391 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15381 class GetCloudWatchAlarmTemplateGroupResponseContent < Struct.new( :arn, :created_at, :description, :id, :modified_at, :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.
15381 15382 15383 15384 15385 15386 15387 15388 15389 15390 15391 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15381 class GetCloudWatchAlarmTemplateGroupResponseContent < 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.
15381 15382 15383 15384 15385 15386 15387 15388 15389 15390 15391 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15381 class GetCloudWatchAlarmTemplateGroupResponseContent < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |