Class: Aws::Types::NodeOutputEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fields::Array[Types::NodeOutputField]

Returns the value of attribute fields.

Returns:



1879
1880
1881
# File 'sig/types.rbs', line 1879

def fields
  @fields
end

#node_name::String

Returns the value of attribute node_name.

Returns:

  • (::String)


1880
1881
1882
# File 'sig/types.rbs', line 1880

def node_name
  @node_name
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1881
1882
1883
# File 'sig/types.rbs', line 1881

def timestamp
  @timestamp
end