Class: Aws::Types::ApiCallDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api::String

Returns the value of attribute api.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def api
  @api
end

#api_service_name::String

Returns the value of attribute api_service_name.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def api_service_name
  @api_service_name
end

#first_seen::Time

Returns the value of attribute first_seen.

Returns:

  • (::Time)


74
75
76
# File 'sig/types.rbs', line 74

def first_seen
  @first_seen
end

#last_seen::Time

Returns the value of attribute last_seen.

Returns:

  • (::Time)


75
76
77
# File 'sig/types.rbs', line 75

def last_seen
  @last_seen
end