Class: Aws::EC2InstanceConnect::Types::SendSerialConsoleSSHPublicKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2InstanceConnect::Types::SendSerialConsoleSSHPublicKeyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2instanceconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#request_id ⇒ String
The ID of the request.
-
#success ⇒ Boolean
Is true if the request succeeds and an error otherwise.
Instance Attribute Details
#request_id ⇒ String
The ID of the request. Please provide this ID when contacting AWS Support for assistance.
187 188 189 190 191 192 |
# File 'lib/aws-sdk-ec2instanceconnect/types.rb', line 187 class SendSerialConsoleSSHPublicKeyResponse < Struct.new( :request_id, :success) SENSITIVE = [] include Aws::Structure end |
#success ⇒ Boolean
Is true if the request succeeds and an error otherwise.
187 188 189 190 191 192 |
# File 'lib/aws-sdk-ec2instanceconnect/types.rb', line 187 class SendSerialConsoleSSHPublicKeyResponse < Struct.new( :request_id, :success) SENSITIVE = [] include Aws::Structure end |