Class: Aws::Types::SessionIssuer

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1717
1718
1719
# File 'sig/types.rbs', line 1717

def 
  @account_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1718
1719
1720
# File 'sig/types.rbs', line 1718

def arn
  @arn
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


1719
1720
1721
# File 'sig/types.rbs', line 1719

def principal_id
  @principal_id
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1720
1721
1722
# File 'sig/types.rbs', line 1720

def type
  @type
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1721
1722
1723
# File 'sig/types.rbs', line 1721

def user_name
  @user_name
end