Class: Aws::Types::AssetBundleImportJobDashboardOverridePermissions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_ids::Array[::String]

Returns the value of attribute dashboard_ids.

Returns:

  • (::Array[::String])


511
512
513
# File 'sig/types.rbs', line 511

def dashboard_ids
  @dashboard_ids
end

Returns the value of attribute link_sharing_configuration.



513
514
515
# File 'sig/types.rbs', line 513

def link_sharing_configuration
  @link_sharing_configuration
end

#permissionsTypes::AssetBundleResourcePermissions

Returns the value of attribute permissions.



512
513
514
# File 'sig/types.rbs', line 512

def permissions
  @permissions
end