Class: Aws::MediaLive::Types::GetCloudWatchAlarmTemplateGroupResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)

15427
15428
15429
15430
15431
15432
15433
15434
15435
15436
15437
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15427

class GetCloudWatchAlarmTemplateGroupResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :modified_at,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Returns:

  • (Time)

15427
15428
15429
15430
15431
15432
15433
15434
15435
15436
15437
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15427

class GetCloudWatchAlarmTemplateGroupResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :modified_at,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Returns:

  • (String)

15427
15428
15429
15430
15431
15432
15433
15434
15435
15436
15437
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15427

class GetCloudWatchAlarmTemplateGroupResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :modified_at,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Returns:

  • (String)

15427
15428
15429
15430
15431
15432
15433
15434
15435
15436
15437
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15427

class GetCloudWatchAlarmTemplateGroupResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :modified_at,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

Returns:

  • (Time)

15427
15428
15429
15430
15431
15432
15433
15434
15435
15436
15437
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15427

class GetCloudWatchAlarmTemplateGroupResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :modified_at,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)

15427
15428
15429
15430
15431
15432
15433
15434
15435
15436
15437
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15427

class GetCloudWatchAlarmTemplateGroupResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :modified_at,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Represents the tags associated with a resource.

Returns:

  • (Hash<String,String>)

15427
15428
15429
15430
15431
15432
15433
15434
15435
15436
15437
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 15427

class GetCloudWatchAlarmTemplateGroupResponse < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :modified_at,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end