Class: Aws::MediaLive::Types::GetEventBridgeRuleTemplateGroupResponse

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



15869
15870
15871
15872
15873
15874
15875
15876
15877
15878
15879
# File 'lib/aws-sdk-medialive/types.rb', line 15869

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

#created_atTime



15869
15870
15871
15872
15873
15874
15875
15876
15877
15878
15879
# File 'lib/aws-sdk-medialive/types.rb', line 15869

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

#descriptionString



15869
15870
15871
15872
15873
15874
15875
15876
15877
15878
15879
# File 'lib/aws-sdk-medialive/types.rb', line 15869

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

#idString



15869
15870
15871
15872
15873
15874
15875
15876
15877
15878
15879
# File 'lib/aws-sdk-medialive/types.rb', line 15869

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

#modified_atTime



15869
15870
15871
15872
15873
15874
15875
15876
15877
15878
15879
# File 'lib/aws-sdk-medialive/types.rb', line 15869

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

#nameString



15869
15870
15871
15872
15873
15874
15875
15876
15877
15878
15879
# File 'lib/aws-sdk-medialive/types.rb', line 15869

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



15869
15870
15871
15872
15873
15874
15875
15876
15877
15878
15879
# File 'lib/aws-sdk-medialive/types.rb', line 15869

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