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.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def last_authenticated @last_authenticated end |
#last_authenticated_entity ⇒ ::String
Returns the value of attribute last_authenticated_entity.
1974 1975 1976 |
# File 'sig/types.rbs', line 1974 def last_authenticated_entity @last_authenticated_entity end |
#last_authenticated_region ⇒ ::String
Returns the value of attribute last_authenticated_region.
1975 1976 1977 |
# File 'sig/types.rbs', line 1975 def last_authenticated_region @last_authenticated_region end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def service_name @service_name end |
#service_namespace ⇒ ::String
Returns the value of attribute service_namespace.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def service_namespace @service_namespace end |
#total_authenticated_entities ⇒ ::Integer
Returns the value of attribute total_authenticated_entities.
1976 1977 1978 |
# File 'sig/types.rbs', line 1976 def total_authenticated_entities @total_authenticated_entities end |
#tracked_actions_last_accessed ⇒ ::Array[Types::TrackedActionLastAccessed]
Returns the value of attribute tracked_actions_last_accessed.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def tracked_actions_last_accessed @tracked_actions_last_accessed end |