Class: Aws::Types::Metadata
- Inherits:
-
Object
- Object
- Aws::Types::Metadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_id ⇒ ::String
Returns the value of attribute client_request_id.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#operation_total_time_ms ⇒ ::Integer
Returns the value of attribute operation_total_time_ms.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#total_time_ms ⇒ ::Integer
Returns the value of attribute total_time_ms.
-
#usage ⇒ Types::Usage
Returns the value of attribute usage.
Instance Attribute Details
#client_request_id ⇒ ::String
Returns the value of attribute client_request_id.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def client_request_id @client_request_id end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def end_time @end_time end |
#operation_total_time_ms ⇒ ::Integer
Returns the value of attribute operation_total_time_ms.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def operation_total_time_ms @operation_total_time_ms end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def start_time @start_time end |
#total_time_ms ⇒ ::Integer
Returns the value of attribute total_time_ms.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def total_time_ms @total_time_ms end |
#usage ⇒ Types::Usage
Returns the value of attribute usage.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def usage @usage end |