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)


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.

Returns:

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

Returns:

  • (::Integer)


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.

Returns:

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

Returns:

  • (::Integer)


1851
1852
1853
# File 'sig/types.rbs', line 1851

def total_time_ms
  @total_time_ms
end

#usageTypes::Usage

Returns the value of attribute usage.

Returns:



1852
1853
1854
# File 'sig/types.rbs', line 1852

def usage
  @usage
end