Class: Aws::MediaLive::Types::GetCloudWatchAlarmTemplateGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::GetCloudWatchAlarmTemplateGroupResponse
- 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
14926 14927 14928 14929 14930 14931 14932 14933 14934 14935 14936 |
# File 'lib/aws-sdk-medialive/types.rb', line 14926 class GetCloudWatchAlarmTemplateGroupResponse < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
14926 14927 14928 14929 14930 14931 14932 14933 14934 14935 14936 |
# File 'lib/aws-sdk-medialive/types.rb', line 14926 class GetCloudWatchAlarmTemplateGroupResponse < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
14926 14927 14928 14929 14930 14931 14932 14933 14934 14935 14936 |
# File 'lib/aws-sdk-medialive/types.rb', line 14926 class GetCloudWatchAlarmTemplateGroupResponse < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
14926 14927 14928 14929 14930 14931 14932 14933 14934 14935 14936 |
# File 'lib/aws-sdk-medialive/types.rb', line 14926 class GetCloudWatchAlarmTemplateGroupResponse < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
14926 14927 14928 14929 14930 14931 14932 14933 14934 14935 14936 |
# File 'lib/aws-sdk-medialive/types.rb', line 14926 class GetCloudWatchAlarmTemplateGroupResponse < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
14926 14927 14928 14929 14930 14931 14932 14933 14934 14935 14936 |
# File 'lib/aws-sdk-medialive/types.rb', line 14926 class GetCloudWatchAlarmTemplateGroupResponse < 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.
14926 14927 14928 14929 14930 14931 14932 14933 14934 14935 14936 |
# File 'lib/aws-sdk-medialive/types.rb', line 14926 class GetCloudWatchAlarmTemplateGroupResponse < Struct.new( :arn, :created_at, :description, :id, :modified_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |