Class: Aws::Types::GetComputeAccessOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:credentials])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_arn::String

Returns the value of attribute compute_arn.

Returns:

  • (::String)


1383
1384
1385
# File 'sig/types.rbs', line 1383

def compute_arn
  @compute_arn
end

#compute_name::String

Returns the value of attribute compute_name.

Returns:

  • (::String)


1382
1383
1384
# File 'sig/types.rbs', line 1382

def compute_name
  @compute_name
end

#container_identifiers::Array[Types::ContainerIdentifier]

Returns the value of attribute container_identifiers.

Returns:



1386
1387
1388
# File 'sig/types.rbs', line 1386

def container_identifiers
  @container_identifiers
end

#credentialsTypes::AwsCredentials

Returns the value of attribute credentials.



1384
1385
1386
# File 'sig/types.rbs', line 1384

def credentials
  @credentials
end

#fleet_arn::String

Returns the value of attribute fleet_arn.

Returns:

  • (::String)


1381
1382
1383
# File 'sig/types.rbs', line 1381

def fleet_arn
  @fleet_arn
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


1380
1381
1382
# File 'sig/types.rbs', line 1380

def fleet_id
  @fleet_id
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


1385
1386
1387
# File 'sig/types.rbs', line 1385

def target
  @target
end