Class: Aws::EC2::Types::PrincipalIdFormat
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PrincipalIdFormat
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
PrincipalIdFormat description
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
PrincipalIdFormatARN description.
-
#statuses ⇒ Array<Types::IdFormat>
PrincipalIdFormatStatuses description.
Instance Attribute Details
#arn ⇒ String
PrincipalIdFormatARN description
56799 56800 56801 56802 56803 56804 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 56799 class PrincipalIdFormat < Struct.new( :arn, :statuses) SENSITIVE = [] include Aws::Structure end |
#statuses ⇒ Array<Types::IdFormat>
PrincipalIdFormatStatuses description
56799 56800 56801 56802 56803 56804 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 56799 class PrincipalIdFormat < Struct.new( :arn, :statuses) SENSITIVE = [] include Aws::Structure end |