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)


1173
1174
1175
# File 'sig/types.rbs', line 1173

def created_at
  @created_at
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


1174
1175
1176
# File 'sig/types.rbs', line 1174

def encryption_key_arn
  @encryption_key_arn
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1175
1176
1177
# File 'sig/types.rbs', line 1175

def last_updated_at
  @last_updated_at
end

#session_arn::String

Returns the value of attribute session_arn.

Returns:

  • (::String)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def session_arn
  @session_arn
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1177
1178
1179
# File 'sig/types.rbs', line 1177

def session_id
  @session_id
end

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

Returns the value of attribute session_metadata.

Returns:

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


1178
1179
1180
# File 'sig/types.rbs', line 1178

def 
  @session_metadata
end

#session_status"ACTIVE", ...

Returns the value of attribute session_status.

Returns:

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


1179
1180
1181
# File 'sig/types.rbs', line 1179

def session_status
  @session_status
end