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])


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.

Returns:

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


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.

Returns:

  • (::Array[::String])


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.

Returns:



9739
9740
9741
# File 'sig/types.rbs', line 9739

def role_group_assignments
  @role_group_assignments
end