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

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

Overview

Contains the output of ConfirmProductInstance.

Instance Attribute Summary collapse

Instance Attribute Details

#owner_idString

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

Returns:

  • (String)


2063
2064
2065
2066
2067
# File 'lib/aws-sdk-ec2/types.rb', line 2063

class ConfirmProductInstanceResult < Struct.new(
  :owner_id,
  :return)
  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)


2063
2064
2065
2066
2067
# File 'lib/aws-sdk-ec2/types.rb', line 2063

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