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)


26144
26145
26146
26147
26148
# File 'lib/aws-sdk-ec2/types.rb', line 26144

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

#statusesArray<Types::IdFormat>

PrincipalIdFormatStatuses description

Returns:



26144
26145
26146
26147
26148
# File 'lib/aws-sdk-ec2/types.rb', line 26144

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