Class: Aws::MediaLive::Types::CreateCloudWatchAlarmTemplateGroupResponse

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)


14409
14410
14411
14412
14413
14414
14415
14416
14417
14418
14419
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14409

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

#created_atTime

Returns:

  • (Time)


14409
14410
14411
14412
14413
14414
14415
14416
14417
14418
14419
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14409

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

#descriptionString

Returns:

  • (String)


14409
14410
14411
14412
14413
14414
14415
14416
14417
14418
14419
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14409

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

#idString

Returns:

  • (String)


14409
14410
14411
14412
14413
14414
14415
14416
14417
14418
14419
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14409

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

#modified_atTime

Returns:

  • (Time)


14409
14410
14411
14412
14413
14414
14415
14416
14417
14418
14419
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14409

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

#nameString

Returns:

  • (String)


14409
14410
14411
14412
14413
14414
14415
14416
14417
14418
14419
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14409

class CreateCloudWatchAlarmTemplateGroupResponse < 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>)


14409
14410
14411
14412
14413
14414
14415
14416
14417
14418
14419
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14409

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