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.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def client_request_id @client_request_id end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def end_time @end_time end |
#operation_total_time_ms ⇒ ::Integer
Returns the value of attribute operation_total_time_ms.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def operation_total_time_ms @operation_total_time_ms end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def start_time @start_time end |
#total_time_ms ⇒ ::Integer
Returns the value of attribute total_time_ms.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def total_time_ms @total_time_ms end |
#usage ⇒ Types::Usage
Returns the value of attribute usage.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def usage @usage end |