Class: Aws::Types::GetComputeAccessOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetComputeAccessOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_arn ⇒ ::String
Returns the value of attribute compute_arn.
-
#compute_name ⇒ ::String
Returns the value of attribute compute_name.
-
#container_identifiers ⇒ ::Array[Types::ContainerIdentifier]
Returns the value of attribute container_identifiers.
-
#credentials ⇒ Types::AwsCredentials
Returns the value of attribute credentials.
-
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#target ⇒ ::String
Returns the value of attribute target.
Instance Attribute Details
#compute_arn ⇒ ::String
Returns the value of attribute compute_arn.
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.
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.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def container_identifiers @container_identifiers end |
#credentials ⇒ Types::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.
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.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def fleet_id @fleet_id end |
#target ⇒ ::String
Returns the value of attribute target.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def target @target end |