Class: Aws::Types::PostLineageEventInput
- Inherits:
-
Object
- Object
- Aws::Types::PostLineageEventInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#event ⇒ ::String
Returns the value of attribute event.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
4902 4903 4904 |
# File 'sig/types.rbs', line 4902 def domain_identifier @domain_identifier end |
#event ⇒ ::String
Returns the value of attribute event.
4903 4904 4905 |
# File 'sig/types.rbs', line 4903 def event @event end |