Class: Aws::Types::ServiceLastAccessed

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_authenticated::Time

Returns the value of attribute last_authenticated.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:



1977
1978
1979
# File 'sig/types.rbs', line 1977

def tracked_actions_last_accessed
  @tracked_actions_last_accessed
end