Class: Aws::Types::PartnerAppConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#admin_users::Array[::String]

Returns the value of attribute admin_users.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:



9754
9755
9756
# File 'sig/types.rbs', line 9754

def role_group_assignments
  @role_group_assignments
end