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

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

Overview

PrincipalIdFormat description

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

PrincipalIdFormatARN description

Returns:

  • (String)


63686
63687
63688
63689
63690
63691
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63686

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

#statusesArray<Types::IdFormat>

PrincipalIdFormatStatuses description

Returns:



63686
63687
63688
63689
63690
63691
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63686

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