Class: Aws::Types::UserStackAssociation
- Inherits:
-
Object
- Object
- Aws::Types::UserStackAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_type ⇒ "API", ...
Returns the value of attribute authentication_type.
-
#send_email_notification ⇒ Boolean
Returns the value of attribute send_email_notification.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#authentication_type ⇒ "API", ...
Returns the value of attribute authentication_type.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def authentication_type @authentication_type end |
#send_email_notification ⇒ Boolean
Returns the value of attribute send_email_notification.
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.
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.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def user_name @user_name end |