Class: Aws::Types::NotificationResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4685
4686
4687
# File 'sig/types.rbs', line 4685

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4686
4687
4688
# File 'sig/types.rbs', line 4686

def name
  @name
end

#type"PROJECT"

Returns the value of attribute type.

Returns:

  • ("PROJECT")


4684
4685
4686
# File 'sig/types.rbs', line 4684

def type
  @type
end