Class: Aws::Types::EventVariableSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :value, :source])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def name
  @name
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


552
553
554
# File 'sig/types.rbs', line 552

def source
  @source
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def value
  @value
end