Class: Aws::Types::AccessDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entity_path::String

Returns the value of attribute entity_path.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def region
  @region
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


22
23
24
# File 'sig/types.rbs', line 22

def total_authenticated_entities
  @total_authenticated_entities
end