Class: Aws::EC2::Types::ConfirmProductInstanceResult

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

#owner_idString

The Amazon Web Services account ID of the instance owner. This is only present if the product code is attached to the instance.

Returns:

  • (String)


6697
6698
6699
6700
6701
6702
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6697

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

#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)


6697
6698
6699
6700
6701
6702
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6697

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