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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#principalString

The service provider that manages the resource.

Returns:

  • (String)


56852
56853
56854
56855
56856
# File 'lib/aws-sdk-ec2/types.rb', line 56852

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