Class: Aws::Types::AwsIamAccessKeySessionContextSessionIssuer

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)


2970
2971
2972
# File 'sig/types.rbs', line 2970

def 
  @account_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2969
2970
2971
# File 'sig/types.rbs', line 2969

def arn
  @arn
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


2968
2969
2970
# File 'sig/types.rbs', line 2968

def principal_id
  @principal_id
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


2967
2968
2969
# File 'sig/types.rbs', line 2967

def type
  @type
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


2971
2972
2973
# File 'sig/types.rbs', line 2971

def user_name
  @user_name
end