Class: Aws::Types::InstanceAccess

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:ip_address, :credentials])

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::InstanceCredentials

Returns the value of attribute credentials.



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

def credentials
  @credentials
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


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:

  • (::String)


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:

  • (::String)


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:

  • ("WINDOWS_2012", "AMAZON_LINUX", "AMAZON_LINUX_2", "WINDOWS_2016", "AMAZON_LINUX_2023", "WINDOWS_2022")


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

def operating_system
  @operating_system
end