Class: Aws::EC2::Types::ModifyInstanceConnectEndpointResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyInstanceConnectEndpointResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#return ⇒ Boolean
The return value of the request.
Instance Attribute Details
#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.
55396 55397 55398 55399 55400 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55396 class ModifyInstanceConnectEndpointResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |