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


548
549
550
# File 'sig/types.rbs', line 548

def dashboard_ids
  @dashboard_ids
end

Returns the value of attribute link_sharing_configuration.



550
551
552
# File 'sig/types.rbs', line 550

def link_sharing_configuration
  @link_sharing_configuration
end

#permissionsTypes::AssetBundleResourcePermissions

Returns the value of attribute permissions.



549
550
551
# File 'sig/types.rbs', line 549

def permissions
  @permissions
end