Class: Aws::Types::DescribeUserStackAssociationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:user_name])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_type"API", ...

Returns the value of attribute authentication_type.

Returns:

  • ("API", "SAML", "USERPOOL", "AWS_AD")


900
901
902
# File 'sig/types.rbs', line 900

def authentication_type
  @authentication_type
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


901
902
903
# File 'sig/types.rbs', line 901

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


902
903
904
# File 'sig/types.rbs', line 902

def next_token
  @next_token
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


898
899
900
# File 'sig/types.rbs', line 898

def stack_name
  @stack_name
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


899
900
901
# File 'sig/types.rbs', line 899

def user_name
  @user_name
end