Class: Aws::Types::InstanceAccess
- Inherits:
-
Object
- Object
- Aws::Types::InstanceAccess
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credentials ⇒ Types::InstanceCredentials
Returns the value of attribute credentials.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#operating_system ⇒ "WINDOWS_2012", ...
Returns the value of attribute operating_system.
Instance Attribute Details
#credentials ⇒ Types::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.
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.
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.
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.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def @operating_system end |