Class: Aws::EC2::Types::ModifyInstanceConnectEndpointResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#returnBoolean

The return value of the request. Returns true if the specified product code is owned by the requester and associated with the specified instance.

Returns:

  • (Boolean)


55553
55554
55555
55556
55557
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55553

class ModifyInstanceConnectEndpointResult < Struct.new(
  :return)
  SENSITIVE = []
  include Aws::Structure
end