Class: Aws::Types::AccessDetail
- Inherits:
-
Object
- Object
- Aws::Types::AccessDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_path ⇒ ::String
Returns the value of attribute entity_path.
-
#last_authenticated_time ⇒ ::Time
Returns the value of attribute last_authenticated_time.
-
#region ⇒ ::String
Returns the value of attribute 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.
Instance Attribute Details
#entity_path ⇒ ::String
Returns the value of attribute entity_path.
20 21 22 |
# File 'sig/types.rbs', line 20 def entity_path @entity_path end |
#last_authenticated_time ⇒ ::Time
Returns the value of attribute last_authenticated_time.
21 22 23 |
# File 'sig/types.rbs', line 21 def last_authenticated_time @last_authenticated_time end |
#region ⇒ ::String
Returns the value of attribute region.
19 20 21 |
# File 'sig/types.rbs', line 19 def region @region end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
17 18 19 |
# File 'sig/types.rbs', line 17 def service_name @service_name end |
#service_namespace ⇒ ::String
Returns the value of attribute service_namespace.
18 19 20 |
# File 'sig/types.rbs', line 18 def service_namespace @service_namespace end |
#total_authenticated_entities ⇒ ::Integer
Returns the value of attribute total_authenticated_entities.
22 23 24 |
# File 'sig/types.rbs', line 22 def total_authenticated_entities @total_authenticated_entities end |