Class: Aws::Types::NodeActionEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#node_name::String

Returns the value of attribute node_name.

Returns:

  • (::String)


1893
1894
1895
# File 'sig/types.rbs', line 1893

def node_name
  @node_name
end

#operation_name::String

Returns the value of attribute operation_name.

Returns:

  • (::String)


1894
1895
1896
# File 'sig/types.rbs', line 1894

def operation_name
  @operation_name
end

#operation_requestObject

Returns the value of attribute operation_request.

Returns:

  • (Object)


1895
1896
1897
# File 'sig/types.rbs', line 1895

def operation_request
  @operation_request
end

#operation_responseObject

Returns the value of attribute operation_response.

Returns:

  • (Object)


1896
1897
1898
# File 'sig/types.rbs', line 1896

def operation_response
  @operation_response
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1897
1898
1899
# File 'sig/types.rbs', line 1897

def request_id
  @request_id
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


1898
1899
1900
# File 'sig/types.rbs', line 1898

def service_name
  @service_name
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1899
1900
1901
# File 'sig/types.rbs', line 1899

def timestamp
  @timestamp
end