Class: Aws::EC2InstanceConnect::Types::SendSSHPublicKeyResponse

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)


137
138
139
140
141
142
# File 'gems/aws-sdk-ec2instanceconnect/lib/aws-sdk-ec2instanceconnect/types.rb', line 137

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

#successBoolean

Is true if the request succeeds and an error otherwise.

Returns:

  • (Boolean)


137
138
139
140
141
142
# File 'gems/aws-sdk-ec2instanceconnect/lib/aws-sdk-ec2instanceconnect/types.rb', line 137

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