Class: Aws::Types::PostLineageEventInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:event])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


4904
4905
4906
# File 'sig/types.rbs', line 4904

def client_token
  @client_token
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


4902
4903
4904
# File 'sig/types.rbs', line 4902

def domain_identifier
  @domain_identifier
end

#event::String

Returns the value of attribute event.

Returns:

  • (::String)


4903
4904
4905
# File 'sig/types.rbs', line 4903

def event
  @event
end