UpdateSessionDetails

class oci.bastion.models.UpdateSessionDetails(**kwargs)

Bases: object

The session information to be updated.

Methods

__init__(**kwargs) Initializes a new UpdateSessionDetails object with values from keyword arguments.

Attributes

display_name Gets the display_name of this UpdateSessionDetails.
__init__(**kwargs)

Initializes a new UpdateSessionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:display_name (str) – The value to assign to the display_name property of this UpdateSessionDetails.
display_name

Gets the display_name of this UpdateSessionDetails. The name of the session.

Returns:The display_name of this UpdateSessionDetails.
Return type:str