Class: Aws::MediaLive::Types::EventBridgeRuleTemplateGroupSummary

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

An eventbridge rule template group's ARN (Amazon Resource Name)

Returns:

  • (String)


14792
14793
14794
14795
14796
14797
14798
14799
14800
14801
14802
14803
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14792

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

#created_atTime

Returns:

  • (Time)


14792
14793
14794
14795
14796
14797
14798
14799
14800
14801
14802
14803
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14792

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

#descriptionString

A resource's optional description.

Returns:

  • (String)


14792
14793
14794
14795
14796
14797
14798
14799
14800
14801
14802
14803
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14792

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

#idString

An eventbridge rule template group's id. AWS provided template groups have ids that start with aws-

Returns:

  • (String)


14792
14793
14794
14795
14796
14797
14798
14799
14800
14801
14802
14803
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14792

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

#modified_atTime

Returns:

  • (Time)


14792
14793
14794
14795
14796
14797
14798
14799
14800
14801
14802
14803
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14792

class EventBridgeRuleTemplateGroupSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :modified_at,
  :name,
  :tags,
  :template_count)
  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)


14792
14793
14794
14795
14796
14797
14798
14799
14800
14801
14802
14803
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14792

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

#tagsHash<String,String>

Represents the tags associated with a resource.

Returns:

  • (Hash<String,String>)


14792
14793
14794
14795
14796
14797
14798
14799
14800
14801
14802
14803
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14792

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

#template_countInteger

The number of templates in a group.

Returns:

  • (Integer)


14792
14793
14794
14795
14796
14797
14798
14799
14800
14801
14802
14803
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14792

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