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.
9799 9800 9801 |
# File 'sig/types.rbs', line 9799 def admin_users @admin_users end |
#arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute arguments.
9800 9801 9802 |
# File 'sig/types.rbs', line 9800 def arguments @arguments end |
#assigned_group_patterns ⇒ ::Array[::String]
Returns the value of attribute assigned_group_patterns.
9801 9802 9803 |
# File 'sig/types.rbs', line 9801 def assigned_group_patterns @assigned_group_patterns end |
#role_group_assignments ⇒ ::Array[Types::RoleGroupAssignment]
Returns the value of attribute role_group_assignments.
9802 9803 9804 |
# File 'sig/types.rbs', line 9802 def role_group_assignments @role_group_assignments end |