Class: Aws::Types::PartnerAppConfig
- Inherits:
-
Object
- Object
- Aws::Types::PartnerAppConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin_users ⇒ ::Array[::String]
Returns the value of attribute admin_users.
-
#arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute arguments.
-
#assigned_group_patterns ⇒ ::Array[::String]
Returns the value of attribute assigned_group_patterns.
-
#role_group_assignments ⇒ ::Array[Types::RoleGroupAssignment]
Returns the value of attribute role_group_assignments.
Instance Attribute Details
#admin_users ⇒ ::Array[::String]
Returns the value of attribute admin_users.
9751 9752 9753 |
# File 'sig/types.rbs', line 9751 def admin_users @admin_users end |
#arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute arguments.
9752 9753 9754 |
# File 'sig/types.rbs', line 9752 def arguments @arguments end |
#assigned_group_patterns ⇒ ::Array[::String]
Returns the value of attribute assigned_group_patterns.
9753 9754 9755 |
# File 'sig/types.rbs', line 9753 def assigned_group_patterns @assigned_group_patterns end |
#role_group_assignments ⇒ ::Array[Types::RoleGroupAssignment]
Returns the value of attribute role_group_assignments.
9754 9755 9756 |
# File 'sig/types.rbs', line 9754 def role_group_assignments @role_group_assignments end |