Class: Aws::EC2::Types::AllowedPrincipal
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AllowedPrincipal
- Includes:
- Structure
- Defined in:
- 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.
1278 1279 1280 1281 1282 1283 1284 1285 1286 |
# File 'lib/aws-sdk-ec2/types.rb', line 1278 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.
1278 1279 1280 1281 1282 1283 1284 1285 1286 |
# File 'lib/aws-sdk-ec2/types.rb', line 1278 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.
1278 1279 1280 1281 1282 1283 1284 1285 1286 |
# File 'lib/aws-sdk-ec2/types.rb', line 1278 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.
1278 1279 1280 1281 1282 1283 1284 1285 1286 |
# File 'lib/aws-sdk-ec2/types.rb', line 1278 class AllowedPrincipal < Struct.new( :principal_type, :principal, :service_permission_id, :tags, :service_id) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags.
1278 1279 1280 1281 1282 1283 1284 1285 1286 |
# File 'lib/aws-sdk-ec2/types.rb', line 1278 class AllowedPrincipal < Struct.new( :principal_type, :principal, :service_permission_id, :tags, :service_id) SENSITIVE = [] include Aws::Structure end |