Class: Aws::Types::CreateEventBridgeRuleTemplateGroupResponseContent

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:

  • (::String)


3879
3880
3881
# File 'sig/types.rbs', line 3879

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3880
3881
3882
# File 'sig/types.rbs', line 3880

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3881
3882
3883
# File 'sig/types.rbs', line 3881

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3882
3883
3884
# File 'sig/types.rbs', line 3882

def id
  @id
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


3883
3884
3885
# File 'sig/types.rbs', line 3883

def modified_at
  @modified_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3884
3885
3886
# File 'sig/types.rbs', line 3884

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


3885
3886
3887
# File 'sig/types.rbs', line 3885

def tags
  @tags
end