Class: Aws::Types::GetSessionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1255
1256
1257
# File 'sig/types.rbs', line 1255

def created_at
  @created_at
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


1256
1257
1258
# File 'sig/types.rbs', line 1256

def encryption_key_arn
  @encryption_key_arn
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1257
1258
1259
# File 'sig/types.rbs', line 1257

def last_updated_at
  @last_updated_at
end

#session_arn::String

Returns the value of attribute session_arn.

Returns:

  • (::String)


1258
1259
1260
# File 'sig/types.rbs', line 1258

def session_arn
  @session_arn
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def session_id
  @session_id
end

#session_metadata::Hash[::String, ::String]

Returns the value of attribute session_metadata.

Returns:

  • (::Hash[::String, ::String])


1260
1261
1262
# File 'sig/types.rbs', line 1260

def 
  @session_metadata
end

#session_status"ACTIVE", ...

Returns the value of attribute session_status.

Returns:

  • ("ACTIVE", "EXPIRED", "ENDED")


1261
1262
1263
# File 'sig/types.rbs', line 1261

def session_status
  @session_status
end