Class: Aws::EC2::Types::OperatorRequest

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

Overview

The service provider that manages the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#principal ⇒ String

The service provider that manages the resource.

Returns:

  • (String)


72916
72917
72918
72919
72920
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 72916

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