Class: Aws::WorkspacesInstances::Types::EC2ManagedInstance
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkspacesInstances::Types::EC2ManagedInstance
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesinstances/types.rb
Overview
Represents an EC2 instance managed by WorkSpaces.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
Unique identifier of the managed EC2 instance.
Instance Attribute Details
#instance_id ⇒ String
Unique identifier of the managed EC2 instance.
439 440 441 442 443 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 439 class EC2ManagedInstance < Struct.new( :instance_id) SENSITIVE = [] include Aws::Structure end |