Class: Aws::EC2InstanceConnect::Types::SendSerialConsoleSSHPublicKeyResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2instanceconnect/lib/aws-sdk-ec2instanceconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#request_idString

The ID of the request. Please provide this ID when contacting AWS Support for assistance.

Returns:

  • (String)


187
188
189
190
191
192
# File 'gems/aws-sdk-ec2instanceconnect/lib/aws-sdk-ec2instanceconnect/types.rb', line 187

class SendSerialConsoleSSHPublicKeyResponse < Struct.new(
  :request_id,
  :success)
  SENSITIVE = []
  include Aws::Structure
end

#successBoolean

Is true if the request succeeds and an error otherwise.

Returns:

  • (Boolean)


187
188
189
190
191
192
# File 'gems/aws-sdk-ec2instanceconnect/lib/aws-sdk-ec2instanceconnect/types.rb', line 187

class SendSerialConsoleSSHPublicKeyResponse < Struct.new(
  :request_id,
  :success)
  SENSITIVE = []
  include Aws::Structure
end