Class: Aws::Types::GetComputeAuthTokenOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_token::String

Returns the value of attribute auth_token.

Returns:

  • (::String)


1401
1402
1403
# File 'sig/types.rbs', line 1401

def auth_token
  @auth_token
end

#compute_arn::String

Returns the value of attribute compute_arn.

Returns:

  • (::String)


1400
1401
1402
# File 'sig/types.rbs', line 1400

def compute_arn
  @compute_arn
end

#compute_name::String

Returns the value of attribute compute_name.

Returns:

  • (::String)


1399
1400
1401
# File 'sig/types.rbs', line 1399

def compute_name
  @compute_name
end

#expiration_timestamp::Time

Returns the value of attribute expiration_timestamp.

Returns:

  • (::Time)


1402
1403
1404
# File 'sig/types.rbs', line 1402

def expiration_timestamp
  @expiration_timestamp
end

#fleet_arn::String

Returns the value of attribute fleet_arn.

Returns:

  • (::String)


1398
1399
1400
# File 'sig/types.rbs', line 1398

def fleet_arn
  @fleet_arn
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


1397
1398
1399
# File 'sig/types.rbs', line 1397

def fleet_id
  @fleet_id
end