Class: Aws::MediaLive::Types::CreateCloudWatchAlarmTemplateGroupResponseContent

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

A cloudwatch alarm template group's ARN (Amazon Resource Name)

Returns:

  • (String)


13810
13811
13812
13813
13814
13815
13816
13817
13818
13819
13820
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13810

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

#created_atTime

Returns:

  • (Time)


13810
13811
13812
13813
13814
13815
13816
13817
13818
13819
13820
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13810

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

#descriptionString

A resource's optional description.

Returns:

  • (String)


13810
13811
13812
13813
13814
13815
13816
13817
13818
13819
13820
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13810

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

#idString

A cloudwatch alarm template group's id. AWS provided template groups have ids that start with aws-

Returns:

  • (String)


13810
13811
13812
13813
13814
13815
13816
13817
13818
13819
13820
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13810

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

#modified_atTime

Returns:

  • (Time)


13810
13811
13812
13813
13814
13815
13816
13817
13818
13819
13820
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13810

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

#nameString

A resource's name. Names must be unique within the scope of a resource type in a specific region.

Returns:

  • (String)


13810
13811
13812
13813
13814
13815
13816
13817
13818
13819
13820
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13810

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


13810
13811
13812
13813
13814
13815
13816
13817
13818
13819
13820
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13810

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