Class: Aws::Types::StartSessionOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1624
1625
1626
# File 'sig/types.rbs', line 1624

def 
  @account_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1623
1624
1625
# File 'sig/types.rbs', line 1623

def arn
  @arn
end

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


1622
1623
1624
# File 'sig/types.rbs', line 1622

def cluster_id
  @cluster_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1621
1622
1623
# File 'sig/types.rbs', line 1621

def id
  @id
end

#state"SUBMITTED", ...

Returns the value of attribute state.

Returns:

  • ("SUBMITTED", "STARTING", "STARTED", "IDLE", "BUSY", "TERMINATING", "TERMINATED", "FAILED")


1625
1626
1627
# File 'sig/types.rbs', line 1625

def state
  @state
end