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)


54025
54026
54027
54028
54029
54030
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54025

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

#statusesArray<Types::IdFormat>

PrincipalIdFormatStatuses description

Returns:



54025
54026
54027
54028
54029
54030
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 54025

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