Class: Aws::Types::DescribeUserStackAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUserStackAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_type ⇒ "API", ...
Returns the value of attribute authentication_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#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.
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.
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.
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.
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.
899 900 901 |
# File 'sig/types.rbs', line 899 def user_name @user_name end |