Class: Aws::MediaLive::Types::CreateEventBridgeRuleTemplateGroupResponseContent

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)



14898
14899
14900
14901
14902
14903
14904
14905
14906
14907
14908
# File 'lib/aws-sdk-medialive/types.rb', line 14898

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

#created_atTime



14898
14899
14900
14901
14902
14903
14904
14905
14906
14907
14908
# File 'lib/aws-sdk-medialive/types.rb', line 14898

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

#descriptionString

A resource’s optional description.



14898
14899
14900
14901
14902
14903
14904
14905
14906
14907
14908
# File 'lib/aws-sdk-medialive/types.rb', line 14898

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

#idString

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



14898
14899
14900
14901
14902
14903
14904
14905
14906
14907
14908
# File 'lib/aws-sdk-medialive/types.rb', line 14898

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

#modified_atTime



14898
14899
14900
14901
14902
14903
14904
14905
14906
14907
14908
# File 'lib/aws-sdk-medialive/types.rb', line 14898

class CreateEventBridgeRuleTemplateGroupResponseContent < 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.



14898
14899
14900
14901
14902
14903
14904
14905
14906
14907
14908
# File 'lib/aws-sdk-medialive/types.rb', line 14898

class CreateEventBridgeRuleTemplateGroupResponseContent < 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.



14898
14899
14900
14901
14902
14903
14904
14905
14906
14907
14908
# File 'lib/aws-sdk-medialive/types.rb', line 14898

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