Class: Aws::Types::ApiCallDetails
- Inherits:
-
Object
- Object
- Aws::Types::ApiCallDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api ⇒ ::String
Returns the value of attribute api.
-
#api_service_name ⇒ ::String
Returns the value of attribute api_service_name.
-
#first_seen ⇒ ::Time
Returns the value of attribute first_seen.
-
#last_seen ⇒ ::Time
Returns the value of attribute last_seen.
Instance Attribute Details
#api ⇒ ::String
Returns the value of attribute api.
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.
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.
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.
75 76 77 |
# File 'sig/types.rbs', line 75 def last_seen @last_seen end |