Class: Aws::Types::Session

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


2787
2788
2789
# File 'sig/types.rbs', line 2787

def duration
  @duration
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2788
2789
2790
# File 'sig/types.rbs', line 2788

def id
  @id
end

#start_timestamp::String

Returns the value of attribute start_timestamp.

Returns:

  • (::String)


2789
2790
2791
# File 'sig/types.rbs', line 2789

def start_timestamp
  @start_timestamp
end

#stop_timestamp::String

Returns the value of attribute stop_timestamp.

Returns:

  • (::String)


2790
2791
2792
# File 'sig/types.rbs', line 2790

def stop_timestamp
  @stop_timestamp
end