Class: Aws::Types::UserStackAssociation

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")


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

def authentication_type
  @authentication_type
end

#send_email_notificationBoolean

Returns the value of attribute send_email_notification.

Returns:

  • (Boolean)


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

def send_email_notification
  @send_email_notification
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


1714
1715
1716
# File 'sig/types.rbs', line 1714

def stack_name
  @stack_name
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1715
1716
1717
# File 'sig/types.rbs', line 1715

def user_name
  @user_name
end