Class: Aws::EC2InstanceConnect::Types::SendSSHPublicKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2InstanceConnect::Types::SendSSHPublicKeyResponse
- 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.
137 138 139 140 141 142 |
# File 'lib/aws-sdk-ec2instanceconnect/types.rb', line 137 class SendSSHPublicKeyResponse < Struct.new( :request_id, :success) SENSITIVE = [] include Aws::Structure end |
#success ⇒ Boolean
Is true if the request succeeds and an error otherwise.
137 138 139 140 141 142 |
# File 'lib/aws-sdk-ec2instanceconnect/types.rb', line 137 class SendSSHPublicKeyResponse < Struct.new( :request_id, :success) SENSITIVE = [] include Aws::Structure end |