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.
9736 9737 9738 |
# File 'sig/types.rbs', line 9736 def admin_users @admin_users end |
#arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute arguments.
9737 9738 9739 |
# File 'sig/types.rbs', line 9737 def arguments @arguments end |
#assigned_group_patterns ⇒ ::Array[::String]
Returns the value of attribute assigned_group_patterns.
9738 9739 9740 |
# File 'sig/types.rbs', line 9738 def assigned_group_patterns @assigned_group_patterns end |
#role_group_assignments ⇒ ::Array[Types::RoleGroupAssignment]
Returns the value of attribute role_group_assignments.
9739 9740 9741 |
# File 'sig/types.rbs', line 9739 def role_group_assignments @role_group_assignments end |