Class: Aws::Types::InstanceAccess

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::InstanceCredentials

Returns the value of attribute credentials.

Returns:



1463
1464
1465
# File 'sig/types.rbs', line 1463

def credentials
  @credentials
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:



1459
1460
1461
# File 'sig/types.rbs', line 1459

def fleet_id
  @fleet_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:



1460
1461
1462
# File 'sig/types.rbs', line 1460

def instance_id
  @instance_id
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:



1461
1462
1463
# File 'sig/types.rbs', line 1461

def ip_address
  @ip_address
end

#operating_system"WINDOWS_2012", ...

Returns the value of attribute operating_system.

Returns:



1462
1463
1464
# File 'sig/types.rbs', line 1462

def operating_system
  @operating_system
end