Class: Aws::MediaLive::Types::UpdateCloudWatchAlarmTemplateGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::UpdateCloudWatchAlarmTemplateGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #arn ⇒ String
- #created_at ⇒ Time
- #description ⇒ String
- #id ⇒ String
- #modified_at ⇒ Time
- #name ⇒ String
-
#tags ⇒ Hash<String,String>
Represents the tags associated with a resource.
Instance Attribute Details
#arn ⇒ String
17151 17152 17153 17154 17155 17156 17157 17158 17159 17160 17161 |
# File 'lib/aws-sdk-medialive/types.rb', line 17151 class UpdateCloudWatchAlarmTemplateGroupResponse < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
17151 17152 17153 17154 17155 17156 17157 17158 17159 17160 17161 |
# File 'lib/aws-sdk-medialive/types.rb', line 17151 class UpdateCloudWatchAlarmTemplateGroupResponse < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
17151 17152 17153 17154 17155 17156 17157 17158 17159 17160 17161 |
# File 'lib/aws-sdk-medialive/types.rb', line 17151 class UpdateCloudWatchAlarmTemplateGroupResponse < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
17151 17152 17153 17154 17155 17156 17157 17158 17159 17160 17161 |
# File 'lib/aws-sdk-medialive/types.rb', line 17151 class UpdateCloudWatchAlarmTemplateGroupResponse < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
17151 17152 17153 17154 17155 17156 17157 17158 17159 17160 17161 |
# File 'lib/aws-sdk-medialive/types.rb', line 17151 class UpdateCloudWatchAlarmTemplateGroupResponse < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
17151 17152 17153 17154 17155 17156 17157 17158 17159 17160 17161 |
# File 'lib/aws-sdk-medialive/types.rb', line 17151 class UpdateCloudWatchAlarmTemplateGroupResponse < 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.
17151 17152 17153 17154 17155 17156 17157 17158 17159 17160 17161 |
# File 'lib/aws-sdk-medialive/types.rb', line 17151 class UpdateCloudWatchAlarmTemplateGroupResponse < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |