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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:



2081
2082
2083
# File 'sig/types.rbs', line 2081

def tracked_actions_last_accessed
  @tracked_actions_last_accessed
end