Class: Aws::EC2::Types::ConfirmProductInstanceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ConfirmProductInstanceResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#owner_id ⇒ String
The Amazon Web Services account ID of the instance owner.
-
#return ⇒ Boolean
The return value of the request.
Instance Attribute Details
#owner_id ⇒ String
The Amazon Web Services account ID of the instance owner. This is only present if the product code is attached to the instance.
5996 5997 5998 5999 6000 6001 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5996 class ConfirmProductInstanceResult < Struct.new( :return, :owner_id) SENSITIVE = [] include Aws::Structure end |
#return ⇒ Boolean
The return value of the request. Returns true
if the specified
product code is owned by the requester and associated with the
specified instance.
5996 5997 5998 5999 6000 6001 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 5996 class ConfirmProductInstanceResult < Struct.new( :return, :owner_id) SENSITIVE = [] include Aws::Structure end |