Class: Aws::EC2::Types::PrincipalIdFormat

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

PrincipalIdFormat description

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

PrincipalIdFormatARN description

Returns:

  • (String)


28171
28172
28173
28174
28175
# File 'lib/aws-sdk-ec2/types.rb', line 28171

class PrincipalIdFormat < Struct.new(
  :arn,
  :statuses)
  include Aws::Structure
end

#statusesArray<Types::IdFormat>

PrincipalIdFormatStatuses description

Returns:



28171
28172
28173
28174
28175
# File 'lib/aws-sdk-ec2/types.rb', line 28171

class PrincipalIdFormat < Struct.new(
  :arn,
  :statuses)
  include Aws::Structure
end