Class: Aws::Types::ServiceLastAccessed
- Inherits:
-
Object
- Object
- Aws::Types::ServiceLastAccessed
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_authenticated ⇒ ::Time
Returns the value of attribute last_authenticated.
-
#last_authenticated_entity ⇒ ::String
Returns the value of attribute last_authenticated_entity.
-
#last_authenticated_region ⇒ ::String
Returns the value of attribute last_authenticated_region.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#service_namespace ⇒ ::String
Returns the value of attribute service_namespace.
-
#total_authenticated_entities ⇒ ::Integer
Returns the value of attribute total_authenticated_entities.
-
#tracked_actions_last_accessed ⇒ ::Array[Types::TrackedActionLastAccessed]
Returns the value of attribute tracked_actions_last_accessed.
Instance Attribute Details
#last_authenticated ⇒ ::Time
Returns the value of attribute last_authenticated.
2076 2077 2078 |
# File 'sig/types.rbs', line 2076 def last_authenticated @last_authenticated end |
#last_authenticated_entity ⇒ ::String
Returns the value of attribute last_authenticated_entity.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def last_authenticated_entity @last_authenticated_entity end |
#last_authenticated_region ⇒ ::String
Returns the value of attribute last_authenticated_region.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def last_authenticated_region @last_authenticated_region end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def service_name @service_name end |
#service_namespace ⇒ ::String
Returns the value of attribute service_namespace.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def service_namespace @service_namespace end |
#total_authenticated_entities ⇒ ::Integer
Returns the value of attribute total_authenticated_entities.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def total_authenticated_entities @total_authenticated_entities end |
#tracked_actions_last_accessed ⇒ ::Array[Types::TrackedActionLastAccessed]
Returns the value of attribute tracked_actions_last_accessed.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def tracked_actions_last_accessed @tracked_actions_last_accessed end |