Class: Aws::Types::GetSessionEndpointInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def cluster_id
  @cluster_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def session_id
  @session_id
end