Class: Aws::Types::RequestMetadata
- Inherits:
-
Object
- Object
- Aws::Types::RequestMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_info ⇒ Types::EventInfo
Returns the value of attribute event_info.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#requester ⇒ ::String
Returns the value of attribute requester.
-
#vendor_name ⇒ "GitHub", ...
Returns the value of attribute vendor_name.
Instance Attribute Details
#event_info ⇒ Types::EventInfo
Returns the value of attribute event_info.
353 354 355 |
# File 'sig/types.rbs', line 353 def event_info @event_info end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
351 352 353 |
# File 'sig/types.rbs', line 351 def request_id @request_id end |
#requester ⇒ ::String
Returns the value of attribute requester.
352 353 354 |
# File 'sig/types.rbs', line 352 def requester @requester end |
#vendor_name ⇒ "GitHub", ...
Returns the value of attribute vendor_name.
354 355 356 |
# File 'sig/types.rbs', line 354 def vendor_name @vendor_name end |