Class: Aws::Types::Session

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_type"API", ...

Returns the value of attribute authentication_type.

Returns:

  • ("API", "SAML", "USERPOOL", "AWS_AD")


1369
1370
1371
# File 'sig/types.rbs', line 1369

def authentication_type
  @authentication_type
end

#connection_state"CONNECTED", "NOT_CONNECTED"

Returns the value of attribute connection_state.

Returns:

  • ("CONNECTED", "NOT_CONNECTED")


1366
1367
1368
# File 'sig/types.rbs', line 1366

def connection_state
  @connection_state
end

#fleet_name::String

Returns the value of attribute fleet_name.

Returns:

  • (::String)


1364
1365
1366
# File 'sig/types.rbs', line 1364

def fleet_name
  @fleet_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1361
1362
1363
# File 'sig/types.rbs', line 1361

def id
  @id
end

#instance_drain_status"ACTIVE", ...

Returns the value of attribute instance_drain_status.

Returns:

  • ("ACTIVE", "DRAINING", "NOT_APPLICABLE")


1372
1373
1374
# File 'sig/types.rbs', line 1372

def instance_drain_status
  @instance_drain_status
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1371
1372
1373
# File 'sig/types.rbs', line 1371

def instance_id
  @instance_id
end

#max_expiration_time::Time

Returns the value of attribute max_expiration_time.

Returns:

  • (::Time)


1368
1369
1370
# File 'sig/types.rbs', line 1368

def max_expiration_time
  @max_expiration_time
end

#network_access_configurationTypes::NetworkAccessConfiguration

Returns the value of attribute network_access_configuration.



1370
1371
1372
# File 'sig/types.rbs', line 1370

def network_access_configuration
  @network_access_configuration
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


1363
1364
1365
# File 'sig/types.rbs', line 1363

def stack_name
  @stack_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1367
1368
1369
# File 'sig/types.rbs', line 1367

def start_time
  @start_time
end

#state"ACTIVE", ...

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "PENDING", "EXPIRED")


1365
1366
1367
# File 'sig/types.rbs', line 1365

def state
  @state
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


1362
1363
1364
# File 'sig/types.rbs', line 1362

def user_id
  @user_id
end