Class: Aws::Types::UpdateEventBridgeRuleTemplateResponseContent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



4757
4758
4759
# File 'sig/types.rbs', line 4757

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



4758
4759
4760
# File 'sig/types.rbs', line 4758

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:



4759
4760
4761
# File 'sig/types.rbs', line 4759

def description
  @description
end

#event_targets::Array[Types::EventBridgeRuleTemplateTarget]

Returns the value of attribute event_targets.

Returns:



4760
4761
4762
# File 'sig/types.rbs', line 4760

def event_targets
  @event_targets
end

#event_type"MEDIALIVE_MULTIPLEX_ALERT", ...

Returns the value of attribute event_type.

Returns:



4761
4762
4763
# File 'sig/types.rbs', line 4761

def event_type
  @event_type
end

#group_id::String

Returns the value of attribute group_id.

Returns:



4762
4763
4764
# File 'sig/types.rbs', line 4762

def group_id
  @group_id
end

#id::String

Returns the value of attribute id.

Returns:



4763
4764
4765
# File 'sig/types.rbs', line 4763

def id
  @id
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:



4764
4765
4766
# File 'sig/types.rbs', line 4764

def modified_at
  @modified_at
end

#name::String

Returns the value of attribute name.

Returns:



4765
4766
4767
# File 'sig/types.rbs', line 4765

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



4766
4767
4768
# File 'sig/types.rbs', line 4766

def tags
  @tags
end