Class: Aws::EC2::Types::PrincipalIdFormat
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PrincipalIdFormat
- Includes:
- Structure
- Defined in:
- 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
58009 58010 58011 58012 58013 58014 |
# File 'lib/aws-sdk-ec2/types.rb', line 58009 class PrincipalIdFormat < Struct.new( :arn, :statuses) SENSITIVE = [] include Aws::Structure end |
#statuses ⇒ Array<Types::IdFormat>
PrincipalIdFormatStatuses description
58009 58010 58011 58012 58013 58014 |
# File 'lib/aws-sdk-ec2/types.rb', line 58009 class PrincipalIdFormat < Struct.new( :arn, :statuses) SENSITIVE = [] include Aws::Structure end |