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
53217 53218 53219 53220 53221 53222 |
# File 'lib/aws-sdk-ec2/types.rb', line 53217 class PrincipalIdFormat < Struct.new( :arn, :statuses) SENSITIVE = [] include Aws::Structure end |
#statuses ⇒ Array<Types::IdFormat>
PrincipalIdFormatStatuses description
53217 53218 53219 53220 53221 53222 |
# File 'lib/aws-sdk-ec2/types.rb', line 53217 class PrincipalIdFormat < Struct.new( :arn, :statuses) SENSITIVE = [] include Aws::Structure end |