Class: Aws::EC2::Types::AllowedPrincipal
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AllowedPrincipal
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a principal.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#principal ⇒ String
The Amazon Resource Name (ARN) of the principal.
-
#principal_type ⇒ String
The type of principal.
-
#service_id ⇒ String
The ID of the service.
-
#service_permission_id ⇒ String
The ID of the service permission.
-
#tags ⇒ Array<Types::Tag>
The tags.
Instance Attribute Details
#principal ⇒ String
The Amazon Resource Name (ARN) of the principal.
1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1331 class AllowedPrincipal < Struct.new( :principal_type, :principal, :service_permission_id, :tags, :service_id) SENSITIVE = [] include Aws::Structure end |
#principal_type ⇒ String
The type of principal.
1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1331 class AllowedPrincipal < Struct.new( :principal_type, :principal, :service_permission_id, :tags, :service_id) SENSITIVE = [] include Aws::Structure end |
#service_id ⇒ String
The ID of the service.
1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1331 class AllowedPrincipal < Struct.new( :principal_type, :principal, :service_permission_id, :tags, :service_id) SENSITIVE = [] include Aws::Structure end |
#service_permission_id ⇒ String
The ID of the service permission.
1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1331 class AllowedPrincipal < Struct.new( :principal_type, :principal, :service_permission_id, :tags, :service_id) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags.
1331 1332 1333 1334 1335 1336 1337 1338 1339 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1331 class AllowedPrincipal < Struct.new( :principal_type, :principal, :service_permission_id, :tags, :service_id) SENSITIVE = [] include Aws::Structure end |