Class: Aws::Types::CloudTrailDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#access_role::String

Returns the value of attribute access_role.

Returns:



208
209
210
# File 'sig/types.rbs', line 208

def access_role
  @access_role
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



210
211
212
# File 'sig/types.rbs', line 210

def end_time
  @end_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



209
210
211
# File 'sig/types.rbs', line 209

def start_time
  @start_time
end

#trails::Array[Types::Trail]

Returns the value of attribute trails.

Returns:



207
208
209
# File 'sig/types.rbs', line 207

def trails
  @trails
end