Class: Aws::Types::Metadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:usage])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_id::String

Returns the value of attribute client_request_id.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::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.

Returns:

  • (::Integer)


1769
1770
1771
# File 'sig/types.rbs', line 1769

def total_time_ms
  @total_time_ms
end

#usageTypes::Usage

Returns the value of attribute usage.

Returns:



1770
1771
1772
# File 'sig/types.rbs', line 1770

def usage
  @usage
end