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)


53828
53829
53830
53831
53832
53833
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53828

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

#statusesArray<Types::IdFormat>

PrincipalIdFormatStatuses description

Returns:



53828
53829
53830
53831
53832
53833
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53828

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