Class: Aws::EC2::Types::DescribePrincipalIdFormatResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribePrincipalIdFormatResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#principals ⇒ Array<Types::PrincipalIdFormat>
Information about the ID format settings for the ARN.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
25185 25186 25187 25188 25189 25190 |
# File 'lib/aws-sdk-ec2/types.rb', line 25185 class DescribePrincipalIdFormatResult < Struct.new( :principals, :next_token) SENSITIVE = [] include Aws::Structure end |
#principals ⇒ Array<Types::PrincipalIdFormat>
Information about the ID format settings for the ARN.
25185 25186 25187 25188 25189 25190 |
# File 'lib/aws-sdk-ec2/types.rb', line 25185 class DescribePrincipalIdFormatResult < Struct.new( :principals, :next_token) SENSITIVE = [] include Aws::Structure end |